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 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" |