Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 13 Apr 2014 17:35:56 UTC Commit: 2f239b00870104be5fa4d869c2339ddb8ea4c839 https://github.com/geany/geany-plugins/commit/2f239b00870104be5fa4d869c2339d...
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.24" -!define PRODUCT_VERSION_ID "1.24.0.0" +!define PRODUCT_VERSION "1.25" +!define PRODUCT_VERSION_ID "1.25.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.24]) +AC_INIT([geany-plugins], [1.25]) 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.24' +VERSION = '1.25' LINGUAS_FILE = 'po/LINGUAS'
top = '.'
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org