diff options
author | 2013-02-02 14:24:46 +0000 | |
---|---|---|
committer | 2013-02-02 14:24:46 +0000 | |
commit | 37dcc139d82459147556f0290268537946f04371 (patch) | |
tree | 468a70c6ddb8b5911f485fd51c23051dbe8bd07d | |
parent | ae2a61960b408e4544dc70975ca99ec4724f0868 (diff) | |
download | paludis-37dcc139d82459147556f0290268537946f04371.tar.gz paludis-37dcc139d82459147556f0290268537946f04371.tar.xz |
Preparation for 1.0.01.0.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -4,6 +4,11 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +1.0.0: + * EAPI 5 style subslot specs are allowed in user dependency specs. + + * We now support DWARF compression. + 0.82.0: * Various EAPI 5 related fixes. diff --git a/configure.ac b/configure.ac index 8aa23c841..36a23fa9b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,8 +6,8 @@ AC_INIT AC_CONFIG_SRCDIR([paludis/paludis.hh]) AC_CONFIG_AUX_DIR(config) -VERSION_MAJOR=0 -VERSION_MINOR=83 +VERSION_MAJOR=1 +VERSION_MINOR=0 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |