Skip to content

Commit

Permalink
Merge pull request geany#1274 from eht16/bump_version_to_2_0
Browse files Browse the repository at this point in the history
Pre-release version bump
  • Loading branch information
frlan committed Oct 7, 2023
2 parents a53c5db + dc75ec7 commit 95d786e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Geany Plugins 1.39 (not release date yet)
Geany Plugins 2.0 (not release date yet)

t.b.p.s.

Expand Down
6 changes: 3 additions & 3 deletions build/geany-plugins.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])])
Expand Down

0 comments on commit 95d786e

Please sign in to comment.