Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 15 Nov 2015 13:15:52 UTC Commit: 7919e8219e13dc91d2651600e62845b1380f1b13 https://github.com/geany/geany-plugins/commit/7919e8219e13dc91d2651600e62845...
Log Message: ----------- Post release version bump for 1.27
Modified Paths: -------------- build/geany-plugins.nsi configure.ac wscript
Modified: build/geany-plugins.nsi 4 lines 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.26" -!define PRODUCT_VERSION_ID "1.26.0.0" +!define PRODUCT_VERSION "1.27" +!define PRODUCT_VERSION_ID "1.27.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 4 lines changed, 2 insertions(+), 2 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.26]) +AC_INIT([geany-plugins], [1.27]) AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar subdir-objects])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) @@ -20,7 +20,7 @@ IT_PROG_INTLTOOL([0.35.0]) GP_I18N
dnl common checks -GP_CHECK_GEANY(1.25) +GP_CHECK_GEANY(1.26) GP_CHECK_UNITTESTS(0.9.4) GP_CHECK_GTK_VERSION GP_CHECK_CPPCHECK
Modified: wscript 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -60,7 +60,7 @@ from build.wafutils import (
APPNAME = 'geany-plugins' -VERSION = '1.26' +VERSION = '1.27' LINGUAS_FILE = 'po/LINGUAS'
top = '.' @@ -87,7 +87,7 @@ def configure(conf): args='--cflags --libs') check_cfg_cached(conf, package='geany', - atleast_version='1.25', + atleast_version='1.26', 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).