diff options
author | 2011-10-28 13:15:53 +0100 | |
---|---|---|
committer | 2011-10-28 13:15:53 +0100 | |
commit | 8652e3603f352a45610b3874bddbc8ca02264fc5 (patch) | |
tree | b7aea94070e5838cf80fd04a1a90b4bd94990d00 | |
parent | f12433cd2f6d22cec2bb68baa0f597690d5c18c9 (diff) | |
download | paludis-8652e3603f352a45610b3874bddbc8ca02264fc5.tar.gz paludis-8652e3603f352a45610b3874bddbc8ca02264fc5.tar.xz |
Preparation for 0.70.10.70.1
-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" |