[geany/geany-plugins] c30dc3: Post release version bump
Colomban Wendling
git-noreply at xxxxx
Fri Jul 20 21:08:52 UTC 2012
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Fri, 20 Jul 2012 21:08:52
Commit: c30dc3840adbf2972758b41a6193fa355242a5dc
https://github.com/geany/geany-plugins/commit/c30dc3840adbf2972758b41a6193fa355242a5dc
Log Message:
-----------
Post release version bump
Modified Paths:
--------------
build/geany-plugins.nsi
configure.ac
wscript
Modified: build/geany-plugins.nsi
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -31,8 +31,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany-Plugins"
-!define PRODUCT_VERSION "1.22"
-!define PRODUCT_VERSION_ID "1.22.0.0"
+!define PRODUCT_VERSION "1.23"
+!define PRODUCT_VERSION_ID "1.23.0.0"
!define PRODUCT_PUBLISHER "The Geany developer team"
!define PRODUCT_WEB_SITE "http://www.geany.org/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
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.22])
+AC_INIT([geany-plugins], [1.23])
AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Modified: wscript
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -60,7 +60,7 @@ from build.wafutils import (
APPNAME = 'geany-plugins'
-VERSION = '1.22'
+VERSION = '1.23'
LINGUAS_FILE = 'po/LINGUAS'
top = '.'
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list