Revision: 1827 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1827&view=re... Author: frlan Date: 2011-01-12 17:24:28 +0000 (Wed, 12 Jan 2011)
Log Message: ----------- Post release version bump to 0.21
Modified Paths: -------------- trunk/geany-plugins/configure.ac trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/configure.ac =================================================================== --- trunk/geany-plugins/configure.ac 2011-01-12 17:22:05 UTC (rev 1826) +++ trunk/geany-plugins/configure.ac 2011-01-12 17:24:28 UTC (rev 1827) @@ -1,6 +1,6 @@ AC_PREREQ([2.61]) dnl Don't forget when updating version number to do GP_CHECK_GEANY also -AC_INIT([geany-plugins], [0.20]) +AC_INIT([geany-plugins], [0.21]) AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Modified: trunk/geany-plugins/wscript =================================================================== --- trunk/geany-plugins/wscript 2011-01-12 17:22:05 UTC (rev 1826) +++ trunk/geany-plugins/wscript 2011-01-12 17:24:28 UTC (rev 1827) @@ -58,7 +58,7 @@
APPNAME = 'geany-plugins' -VERSION = '0.20' +VERSION = '0.21' LINGUAS_FILE = 'po/LINGUAS'
top = '.' @@ -323,4 +323,3 @@ except OSError: Logs.pprint('RED', 'Failed to generate pot file.') os.chdir('..') -
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.