diff options
author | 2009-02-26 14:09:29 +0000 | |
---|---|---|
committer | 2009-02-26 14:08:58 +0000 | |
commit | e4524e704155309ced85863608a5eed3eeb1f8e7 (patch) | |
tree | de253043cc9515d9d91586c0abab095baaacea95 | |
parent | 365a2630932b711d29706210dfd6e79057126829 (diff) | |
download | paludis-e4524e704155309ced85863608a5eed3eeb1f8e7.tar.gz paludis-e4524e704155309ced85863608a5eed3eeb1f8e7.tar.xz |
Preparation for 0.34.50.34.5
-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" |