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