diff options
author | 2012-02-26 17:43:43 +0000 | |
---|---|---|
committer | 2012-02-26 19:13:49 +0000 | |
commit | 59311ae0bf355b9975247eaf7057b0140675c037 (patch) | |
tree | 773a947e943585de75e0a221ad0bbdd552f37909 | |
parent | 1be033795ee123663ffc16c84db7783c9ba76300 (diff) | |
download | paludis-59311ae0bf355b9975247eaf7057b0140675c037.tar.gz paludis-59311ae0bf355b9975247eaf7057b0140675c037.tar.xz |
Preparation for 0.72.20.72.2
-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 Git log. +0.72.2: + * Added and changed options are now displayed in 'resolve' output, even if + they are hidden. + 0.72.1: * Hardlinks are now handled cleanly by pbins. diff --git a/configure.ac b/configure.ac index e3f3a511e..09b34d8c3 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=72 -VERSION_MICRO=1 +VERSION_MICRO=2 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |