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