diff options
author | 2008-01-23 01:57:56 +0000 | |
---|---|---|
committer | 2008-01-23 01:57:56 +0000 | |
commit | 0eefce7be01b8fea11287153fa37fb471fda6a62 (patch) | |
tree | 72158bee94641cf8fb2aaf1d7bf894459333bb59 /configure.ac | |
parent | f45f17c9a2fc98091b8e69e7681beb34e26d440d (diff) | |
download | paludis-0eefce7be01b8fea11287153fa37fb471fda6a62.tar.gz paludis-0eefce7be01b8fea11287153fa37fb471fda6a62.tar.xz |
Preparation for 0.26.0_alpha8
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6058ba265..e1ec4d598 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=26 VERSION_MICRO=0 -VERSION_SUFFIX=_alpha7 +VERSION_SUFFIX=_alpha8 VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" VERSION_LIB_CURRENT=`expr 100 '*' $VERSION_MAJOR + $VERSION_MINOR` |