diff options
author | 2014-06-07 14:05:16 +0100 | |
---|---|---|
committer | 2014-06-07 14:05:50 +0100 | |
commit | c4827c20936e38d37c428b599d9270f5b2236fec (patch) | |
tree | d0eac3f9a1c0b09fefe6f4166a717ffa25393dea | |
parent | 5d2ef0bd5d24e821e5891016bb6e05c89de48642 (diff) | |
download | paludis-2.0.0.tar.gz paludis-2.0.0.tar.xz |
Preparation for 2.0.02.0.0
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -4,6 +4,17 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +2.0.0: + * General C++11ification. + +1.4.2: + * Bug fixes. + +1.4.1: + * Compatibility with newer Boost. + + * Minor bug fixes and UI tweaks. + 1.4.0: * Tweaked 'cave resolve' output to add blank lines. diff --git a/configure.ac b/configure.ac index c377604f1..a99e14257 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,8 @@ AC_CONFIG_AUX_DIR(config) AC_CANONICAL_BUILD AC_CANONICAL_HOST -VERSION_MAJOR=1 -VERSION_MINOR=99 +VERSION_MAJOR=2 +VERSION_MINOR=0 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |