diff options
author | 2008-10-09 17:58:23 +0100 | |
---|---|---|
committer | 2008-10-09 22:43:36 +0100 | |
commit | 9282c6e21334aaf09b520c77bd24990d0b0ae95e (patch) | |
tree | 893a781c32e8d06b3032ea4ae9b4217a0264dc02 | |
parent | 966875c7887ae5666cba901e78962c8e9499b2d2 (diff) | |
download | paludis-9282c6e21334aaf09b520c77bd24990d0b0ae95e.tar.gz paludis-9282c6e21334aaf09b520c77bd24990d0b0ae95e.tar.xz |
Preparation for 0.30.20.30.2
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -4,6 +4,9 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the ChangeLog. +0.30.2: + * Work around ebuilds that treat cwd as secure. + 0.30.1: * EAPI 2 support. diff --git a/configure.ac b/configure.ac index f0e05765c..140dbc4fa 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=30 -VERSION_MICRO=1 +VERSION_MICRO=2 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |