[geany/geany-plugins] cdcb6e: Post-release version bump
Frank Lanitz
git-noreply at xxxxx
Sat Oct 9 18:07:22 UTC 2021
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Sat, 09 Oct 2021 18:07:22 UTC
Commit: cdcb6e43e234bc9b14521e6811e6316dcb82a6cc
https://github.com/geany/geany-plugins/commit/cdcb6e43e234bc9b14521e6811e6316dcb82a6cc
Log Message:
-----------
Post-release version bump
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.39 (not release date yet)
+
+ t.b.p.s.
+
+
Geany Plugins 1.38 (2021-10-09)
GeanyCTags
Modified: build/geany-plugins.nsi
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -33,15 +33,15 @@ Unicode true
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany-Plugins"
-!define PRODUCT_VERSION "1.38"
-!define PRODUCT_VERSION_ID "1.38.0.0"
+!define PRODUCT_VERSION "1.39"
+!define PRODUCT_VERSION_ID "1.39.0.0"
!define PRODUCT_PUBLISHER "The Geany developer team"
!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"
; Geany version should be major.minor only (patch level is ignored for version checking)
-!define REQUIRED_GEANY_VERSION "1.38"
+!define REQUIRED_GEANY_VERSION "1.39"
;;;;;;;;;;;;;;;;;;;;;
; Version resource ;
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.38])
+AC_INIT([geany-plugins], [1.39])
AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar subdir-objects])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
--------------
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