diff options
author | 2012-09-22 18:39:13 +0100 | |
---|---|---|
committer | 2012-09-22 18:39:13 +0100 | |
commit | 3b3b88c94d6d342258c6e1502515ab011120e09e (patch) | |
tree | 75cb53dbfc39ab8eafce0c43d08e3697cb501683 | |
parent | dd5bae76944e22fc9ea360aa4c28855aceb64ee2 (diff) | |
download | paludis-3b3b88c94d6d342258c6e1502515ab011120e09e.tar.gz paludis-3b3b88c94d6d342258c6e1502515ab011120e09e.tar.xz |
Preparation for 0.80.00.80.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -4,6 +4,9 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.80.0: + * EAPI 5 is supported. + 0.78.2: * Bug fix: || ( ) dependencies under a non-enabled label are now handled sensibly. diff --git a/configure.ac b/configure.ac index 6674ff3b1..a014d74d5 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=79 +VERSION_MINOR=80 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |