diff options
author | 2012-02-26 12:34:13 +0000 | |
---|---|---|
committer | 2012-02-26 12:34:13 +0000 | |
commit | 29581410e2fce5719f24295beb0793e268a0cd2e (patch) | |
tree | b7b748374cf6208193385305c5174aaaa74e9a16 | |
parent | 173137d89a835556f625750375bc2ceba97d1dd3 (diff) | |
download | paludis-29581410e2fce5719f24295beb0793e268a0cd2e.tar.gz paludis-29581410e2fce5719f24295beb0793e268a0cd2e.tar.xz |
Preparation for 0.72.10.72.1
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -4,6 +4,13 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.72.1: + * Hardlinks are now handled cleanly by pbins. + + * Ruby 1.9 is now supported. + + * Minor bug fixes. + 0.72.0: * Changed documentation and Git URLs from paludis.pioto.org to paludis.exherbo.org. diff --git a/configure.ac b/configure.ac index ed5a6cc7d..e3f3a511e 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=72 -VERSION_MICRO=0 +VERSION_MICRO=1 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |