Skip to content

Commit

Permalink
Post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan committed Apr 13, 2014
1 parent 0f9e8cb commit 2f239b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/geany-plugins.nsi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista
; helper defines ; ; helper defines ;
;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany-Plugins" !define PRODUCT_NAME "Geany-Plugins"
!define PRODUCT_VERSION "1.24" !define PRODUCT_VERSION "1.25"
!define PRODUCT_VERSION_ID "1.24.0.0" !define PRODUCT_VERSION_ID "1.25.0.0"
!define PRODUCT_PUBLISHER "The Geany developer team" !define PRODUCT_PUBLISHER "The Geany developer team"
!define PRODUCT_WEB_SITE "http://www.geany.org/" !define PRODUCT_WEB_SITE "http://www.geany.org/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !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 Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.61]) AC_PREREQ([2.61])
dnl Don't forget when updating version number to do GP_CHECK_GEANY also dnl Don't forget when updating version number to do GP_CHECK_GEANY also
AC_INIT([geany-plugins], [1.24]) AC_INIT([geany-plugins], [1.25])
AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar]) AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])


m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ from build.wafutils import (




APPNAME = 'geany-plugins' APPNAME = 'geany-plugins'
VERSION = '1.24' VERSION = '1.25'
LINGUAS_FILE = 'po/LINGUAS' LINGUAS_FILE = 'po/LINGUAS'


top = '.' top = '.'
Expand Down

0 comments on commit 2f239b0

Please sign in to comment.