diff options
author | 2013-05-16 14:04:57 +0100 | |
---|---|---|
committer | 2013-05-16 14:04:57 +0100 | |
commit | c7bd1c1b1722d3e2967ebc87902123a61c963467 (patch) | |
tree | 6fb30e63df0af7cbab3d7d7c78fddf32b904c641 | |
parent | 4ddcda0f77caf2e3e8432596d3c202732c78d9a0 (diff) | |
download | paludis-c7bd1c1b1722d3e2967ebc87902123a61c963467.tar.gz paludis-c7bd1c1b1722d3e2967ebc87902123a61c963467.tar.xz |
Preparation for 1.4.01.4.0
-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. +1.4.0: + * Tweaked 'cave resolve' output to add blank lines. + + * Support for libarchive 3.1.2. + + * Compatibility fixes for GCC 4.8. + 1.2.0: * Bug fixes. diff --git a/configure.ac b/configure.ac index b3faae3e2..497380336 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([paludis/paludis.hh]) AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=1 -VERSION_MINOR=3 +VERSION_MINOR=4 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |