Skip to content

Commit

Permalink
Post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Oct 19, 2023
1 parent 145d237 commit efd1f00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Geany-Plugins 2.1 (unreleased)


Geany Plugins 2.0 (2023-10-19)

General:
Expand Down
4 changes: 2 additions & 2 deletions build/geany-plugins.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Unicode true
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany-Plugins"
!define PRODUCT_VERSION "2.0"
!define PRODUCT_VERSION_ID "2.0.0.0"
!define PRODUCT_VERSION "2.1"
!define PRODUCT_VERSION_ID "2.1.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}"
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], [2.0])
AC_INIT([geany-plugins], [2.1])
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 efd1f00

Please sign in to comment.