diff options
author | 2011-09-20 19:28:51 +0100 | |
---|---|---|
committer | 2011-09-20 19:28:51 +0100 | |
commit | 1e467c0865f9d4281aecd376884c084f1a7e83b0 (patch) | |
tree | dad4d5d8b3a6b1c913d7c96c20794d1c68133e84 | |
parent | 9ec852175262708f5131109a8bfe44e6a41d9fa4 (diff) | |
download | paludis-1e467c0865f9d4281aecd376884c084f1a7e83b0.tar.gz paludis-1e467c0865f9d4281aecd376884c084f1a7e83b0.tar.xz |
Preparation for 0.68.00.68.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,11 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.68.0: + * Licence groups are now supported. + + * Various bug fixes. + 0.66.0: * The short options for 'cave owner' and 'cave print-owner' have changed. diff --git a/configure.ac b/configure.ac index b8593c435..ab3e84a35 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=67 +VERSION_MINOR=68 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |