diff options
author | 2011-03-19 20:30:36 +0000 | |
---|---|---|
committer | 2011-03-19 20:30:36 +0000 | |
commit | 37c7cba48c7c7d632c32f543af81ce5007b4ab2e (patch) | |
tree | 9f4dc4dea066a4ab908a53c71454f7ac066f66f7 | |
parent | 10e4f2dc5fa7dd6fbece9ddfd23680b7458b4f66 (diff) | |
download | paludis-37c7cba48c7c7d632c32f543af81ce5007b4ab2e.tar.gz paludis-37c7cba48c7c7d632c32f543af81ce5007b4ab2e.tar.xz |
Preparation for 0.60.00.60.0
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -4,6 +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. +0.60.0: + * 'cave resolve' can now '--reinstall-dependents-of' + + * HTML versions of man pages are now created from the generated Asciidoc + files rather than directly. + 0.60.0_pre1: * The deprecated 'adjutrix', 'inquisitio', 'importare', 'paludis' and 'reconcilio' clients have been removed. diff --git a/configure.ac b/configure.ac index dd81f22e6..51e706bfd 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=60 VERSION_MICRO=0 -VERSION_SUFFIX=_pre1.1 +VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" VERSION_LIB_CURRENT=`expr 100 '*' $VERSION_MAJOR + $VERSION_MINOR` |