diff options
author | 2012-08-13 10:59:19 +0100 | |
---|---|---|
committer | 2012-08-13 10:59:19 +0100 | |
commit | 234b37d1b92c26238f292cdf65b21fcade21f35a (patch) | |
tree | 697520cff4a35adfd8613d40ba319224caa1e4ba | |
parent | 1e58491573c00da59c8b14a801299d1981853147 (diff) | |
download | paludis-234b37d1b92c26238f292cdf65b21fcade21f35a.tar.gz paludis-234b37d1b92c26238f292cdf65b21fcade21f35a.tar.xz |
Preparation for 0.78.10.78.1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,11 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.78.1: + * sydbox-1 is now supported. + + * Bug fix. + 0.78.0: * 'cave resolve --explain' output now groups together similar items. diff --git a/configure.ac b/configure.ac index 797ef9147..fe3c2a03b 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=78 -VERSION_MICRO=0 +VERSION_MICRO=1 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |