diff options
author | 2011-02-06 20:40:14 +0000 | |
---|---|---|
committer | 2011-02-06 20:40:14 +0000 | |
commit | 9493bc28488b5ccb55a6e75c9966d509bb7f6768 (patch) | |
tree | b65138fc89b6dbc0921bbdd9e1b7eb3a400576d3 | |
parent | 2c5aaa8091604016e9f50a1b6f854144c6cbd8e7 (diff) | |
download | paludis-9493bc28488b5ccb55a6e75c9966d509bb7f6768.tar.gz paludis-9493bc28488b5ccb55a6e75c9966d509bb7f6768.tar.xz |
Preparation for 0.58.30.58.3
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -4,6 +4,10 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.58.3: + * We no longer issue QA warnings for certain extremely common QA violations + on Gentoo. + 0.58.2: * We now work around various libarchive oddities that cause problems with binary packages. diff --git a/configure.ac b/configure.ac index 882fe2461..a4b64a243 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=58 -VERSION_MICRO=2 +VERSION_MICRO=3 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |