[geany/geany-plugins] f1c09c: Post release version bump to 1.30

Frank Lanitz git-noreply at geany.org
Sun Nov 13 17:16:26 UTC 2016


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 13 Nov 2016 17:16:26 UTC
Commit:      f1c09c43b5ce06bf6c4232c0e44e0126a4abfd49
             https://github.com/geany/geany-plugins/commit/f1c09c43b5ce06bf6c4232c0e44e0126a4abfd49

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


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

Modified: NEWS
5 lines changed, 5 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,8 @@
+Geany Plugins 1.30 (not yet released)
+
+    No changes so far.
+
+
 Geany Plugins 1.29 (2016-11-13)
 
     General:


Modified: build/geany-plugins.nsi
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -31,14 +31,14 @@ RequestExecutionLevel highest ; set execution level for Windows Vista
 ; helper defines  ;
 ;;;;;;;;;;;;;;;;;;;
 !define PRODUCT_NAME "Geany-Plugins"
-!define PRODUCT_VERSION "1.29"
-!define PRODUCT_VERSION_ID "1.29.0.0"
+!define PRODUCT_VERSION "1.30"
+!define PRODUCT_VERSION_ID "1.30.0.0"
 !define PRODUCT_PUBLISHER "The Geany developer team"
-!define PRODUCT_WEB_SITE "http://www.geany.org/"
+!define PRODUCT_WEB_SITE "https://www.geany.org/"
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
 !define PRODUCT_DIR_REGKEY "Software\Geany-Plugins"
 !define GEANY_DIR_REGKEY "Software\Geany"
-!define REQUIRED_GEANY_VERSION "1.29.0"
+!define REQUIRED_GEANY_VERSION "1.30.0"
 !define RESOURCEDIR "geany-plugins-${PRODUCT_VERSION}"
 
 ;;;;;;;;;;;;;;;;;;;;;


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.29])
+AC_INIT([geany-plugins], [1.30])
 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.26)
+GP_CHECK_GEANY(1.29)
 GP_CHECK_UNITTESTS(0.9.4)
 GP_CHECK_GTK_VERSION
 GP_CHECK_CPPCHECK



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