From dc75ec7fb2291bae05cebc03d63e480e66c1bbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Thu, 5 Oct 2023 23:15:29 +0200 Subject: [PATCH] Pre-release version bump --- NEWS | 2 +- build/geany-plugins.nsi | 6 +++--- configure.ac | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 227d9863b..81f3358ba 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Geany Plugins 1.39 (not release date yet) +Geany Plugins 2.0 (not release date yet) t.b.p.s. diff --git a/build/geany-plugins.nsi b/build/geany-plugins.nsi index 122c01c2c..05b9ace5b 100644 --- a/build/geany-plugins.nsi +++ b/build/geany-plugins.nsi @@ -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 ; diff --git a/configure.ac b/configure.ac index 5f9dec1c6..66c4b9b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -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])])