From 2eb8048621af7db9d26a3a8b89c338b39ca24ae4 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Wed, 1 Feb 2012 14:15:02 +0000 Subject: Preparation for 0.72.0 --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 41eef7635..ceddde735 100644 --- a/NEWS +++ b/NEWS @@ -4,10 +4,12 @@ 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.72.0: * Changed documentation and Git URLs from paludis.pioto.org to paludis.exherbo.org. + * Gentoo's new boost.python library names are now recognised. + 0.70.2: * Assorted bug fixes. diff --git a/configure.ac b/configure.ac index 6c378b861..19d586308 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=71 +VERSION_MINOR=72 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" -- cgit v1.2.3