Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: GitHub noreply@github.com Date: Sat, 07 Oct 2023 14:21:29 UTC Commit: 95d786e58ea4c8f7c31aab588ff402f3fc3ec5e1 https://github.com/geany/geany-plugins/commit/95d786e58ea4c8f7c31aab588ff402...
Log Message: ----------- Merge pull request #1274 from eht16/bump_version_to_2_0
Pre-release version bump
Modified Paths: -------------- NEWS build/geany-plugins.nsi configure.ac
Modified: NEWS 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,4 +1,4 @@ -Geany Plugins 1.39 (not release date yet) +Geany Plugins 2.0 (not release date yet)
t.b.p.s.
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.39" -!define PRODUCT_VERSION_ID "1.39.0.0" +!define PRODUCT_VERSION "2.0" +!define PRODUCT_VERSION_ID "2.0.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.39" +!define REQUIRED_GEANY_VERSION "2.0"
;;;;;;;;;;;;;;;;;;;;; ; 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.39]) +AC_INIT([geany-plugins], [2.0]) 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).