diff options
author | 2012-02-01 14:15:02 +0000 | |
---|---|---|
committer | 2012-02-01 14:15:02 +0000 | |
commit | 2eb8048621af7db9d26a3a8b89c338b39ca24ae4 (patch) | |
tree | 0c02338d691c975415892cac542bb9e1603d33d4 | |
parent | ce42b421f96e14daa0cb04d9bf1f497f795e3f67 (diff) | |
download | paludis-0.72.0.tar.gz paludis-0.72.0.tar.xz |
Preparation for 0.72.00.72.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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" |