[geany/geany-plugins] 93b31a: Post release version bump to 1.26

Frank Lanitz git-noreply at xxxxx
Sun Jul 12 17:20:35 UTC 2015


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 12 Jul 2015 17:20:35 UTC
Commit:      93b31a0d3e00e1f84d63d414bd6f24e56cb06609
             https://github.com/geany/geany-plugins/commit/93b31a0d3e00e1f84d63d414bd6f24e56cb06609

Log Message:
-----------
Post release version bump to 1.26


Modified Paths:
--------------
    NEWS
    build/geany-plugins.nsi
    configure.ac
    wscript

Modified: NEWS
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,6 @@
+Geany Plugins 1.26 (not release yet)
+
+
 Geany Plugins 1.25 (2015-07-12)
 
     General:


Modified: build/geany-plugins.nsi
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -31,8 +31,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista
 ; helper defines  ;
 ;;;;;;;;;;;;;;;;;;;
 !define PRODUCT_NAME "Geany-Plugins"
-!define PRODUCT_VERSION "1.25"
-!define PRODUCT_VERSION_ID "1.25.0.0"
+!define PRODUCT_VERSION "1.26"
+!define PRODUCT_VERSION_ID "1.26.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}"
@@ -48,7 +48,7 @@ VIProductVersion "${PRODUCT_VERSION_ID}"
 VIAddVersionKey "ProductName" "${PRODUCT_NAME}"
 VIAddVersionKey "FileVersion" "${PRODUCT_VERSION}"
 VIAddVersionKey "ProductVersion" "${PRODUCT_VERSION}"
-VIAddVersionKey "LegalCopyright" "Copyright 2009-2012 by the Geany developer team"
+VIAddVersionKey "LegalCopyright" "Copyright 2009-2015 by the Geany developer team"
 VIAddVersionKey "FileDescription" "${PRODUCT_NAME} Installer"
 
 BrandingText "$(^NAME) installer (NSIS 2.46)"


Modified: configure.ac
2 lines 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.25])
+AC_INIT([geany-plugins], [1.26])
 AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar subdir-objects])
 
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])


Modified: wscript
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -60,7 +60,7 @@ from build.wafutils import (
 
 
 APPNAME = 'geany-plugins'
-VERSION = '1.25'
+VERSION = '1.26'
 LINGUAS_FILE = 'po/LINGUAS'
 
 top = '.'



--------------
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