[geany/geany-plugins] 08afa9: Pre release version bump. Next major will be 1.24
Frank Lanitz
git-noreply at xxxxx
Mon Mar 18 16:31:07 UTC 2013
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Mon, 18 Mar 2013 16:31:07 UTC
Commit: 08afa91b8eb6cafe60813b52c443406e5d94395b
https://github.com/geany/geany-plugins/commit/08afa91b8eb6cafe60813b52c443406e5d94395b
Log Message:
-----------
Pre release version bump. Next major will be 1.24
Modified Paths:
--------------
configure.ac
wscript
Modified: configure.ac
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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], [1.23])
+AC_INIT([geany-plugins], [1.24])
AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Modified: wscript
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -60,7 +60,7 @@ from build.wafutils import (
APPNAME = 'geany-plugins'
-VERSION = '1.23'
+VERSION = '1.24'
LINGUAS_FILE = 'po/LINGUAS'
top = '.'
@@ -87,7 +87,7 @@ def configure(conf):
args='--cflags --libs')
check_cfg_cached(conf,
package='geany',
- atleast_version='1.23',
+ atleast_version='1.24',
uselib_store='GEANY',
mandatory=True,
args='--cflags --libs')
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list