[paludis-commits] r4574 - trunk

ciaranm at svn.pioto.org ciaranm at svn.pioto.org
Wed Apr 16 20:34:55 UTC 2008


Author: ciaranm
Date: 2008-04-16 20:34:55 +0000 (Wed, 16 Apr 2008)
New Revision: 4574

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
Preparation for 0.26.0_pre2


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-16 20:34:03 UTC (rev 4573)
+++ trunk/ChangeLog	2008-04-16 20:34:55 UTC (rev 4574)
@@ -5,6 +5,12 @@
 only listed in SVN log. For a summary of what has changed between releases,
 see the NEWS file. This file is occasionally pruned to ChangeLog.old.bz2.
 
+2008-04-16 Ciaran McCreesh
+
+	* NEWS, configure.ac: Preparation for 0.26.0_pre2.
+
+	+ Release: 0.26.0_pre2
+
 2008-04-16 David Leverton
 
 	* ruby/demos/: (ruby) Remove qualudis.rb, long broken.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-04-16 20:34:03 UTC (rev 4573)
+++ trunk/configure.ac	2008-04-16 20:34:55 UTC (rev 4574)
@@ -8,7 +8,7 @@
 VERSION_MAJOR=0
 VERSION_MINOR=26
 VERSION_MICRO=0
-VERSION_SUFFIX=_pre1
+VERSION_SUFFIX=_pre2
 VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX"
 VERSION="$VERSION_FULL"
 VERSION_LIB_CURRENT=`expr 100 '*' $VERSION_MAJOR + $VERSION_MINOR`



More information about the paludis-commits mailing list