Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 16 Jul 2012 01:19:15 Commit: 04b69da41a8cc25b62e1e6813affe48298742bf8 https://github.com/geany/geany-plugins/commit/04b69da41a8cc25b62e1e6813affe4...
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).
plugins-commits@lists.geany.org