diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -4,7 +4,9 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. -master: +0.70.2: + * Assorted bug fixes. + * Generation of thin Manifests is now supported. 0.70.1: diff --git a/configure.ac b/configure.ac index ed8bff31a..93e36b56a 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=70 -VERSION_MICRO=1 +VERSION_MICRO=2 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |