diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -4,6 +4,10 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the ChangeLog. +0.34.5: + * --continue-on-failure would always consider old-style virtuals + unsatisfied. This is now fixed. + 0.34.4: * VDB entries lacking CONFIG_PROTECT keys (such as those created by Portage) would cause an error in 0.34.3. This is now fixed. diff --git a/configure.ac b/configure.ac index 895c24ea9..75f11aec5 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=34 -VERSION_MICRO=4 +VERSION_MICRO=5 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |