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