diff options
-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" |