diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,11 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.70.1: + * 'cave search' now has a '--case-sensitive' option. + + * Assorted bug fixes. + 0.70.0: * 'cave sync --suffix' is now known as '--source' (although the old version is still supported for compatibility). The short version is diff --git a/configure.ac b/configure.ac index 5ee569f8a..ed8bff31a 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=70 -VERSION_MICRO=0 +VERSION_MICRO=1 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |