From d6817e8a497103dd34bb8e0c54343181406ef303 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Tue, 18 Oct 2011 16:13:08 +0100 Subject: Preparation for 0.70.0 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1a1f9ad0e..267785398 100644 --- a/NEWS +++ b/NEWS @@ -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" -- cgit v1.2.3