diff options
author | 2011-10-18 16:13:08 +0100 | |
---|---|---|
committer | 2011-10-18 16:13:08 +0100 | |
commit | d6817e8a497103dd34bb8e0c54343181406ef303 (patch) | |
tree | 7aee6529cba03b7ec54b51d37a46bac9dfc00662 | |
parent | a9159b182f940f37876678843c03b51f07f3e79a (diff) | |
download | paludis-d6817e8a497103dd34bb8e0c54343181406ef303.tar.gz paludis-d6817e8a497103dd34bb8e0c54343181406ef303.tar.xz |
Preparation for 0.70.00.70.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ 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.0: * 'cave sync --suffix' is now known as '--source' (although the old version is still supported for compatibility). The short version is still '-s'. diff --git a/configure.ac b/configure.ac index 3eaaa89f7..5ee569f8a 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([paludis/paludis.hh]) AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 -VERSION_MINOR=68 +VERSION_MINOR=70 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |