diff options
author | 2011-12-30 13:22:59 +0000 | |
---|---|---|
committer | 2011-12-30 13:22:59 +0000 | |
commit | b6238cec7184610f8357a6b3d8a2bf1a49636bd0 (patch) | |
tree | 0777b1904e7e8c37e91c17430e67c971411329f8 | |
parent | 5849d48de20e52618ed3595aac5d63e039632bd7 (diff) | |
download | paludis-b6238cec7184610f8357a6b3d8a2bf1a49636bd0.tar.gz paludis-b6238cec7184610f8357a6b3d8a2bf1a49636bd0.tar.xz |
Preparation for 0.70.20.70.2
-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" |