Skip to content

Commit

Permalink
Post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Jul 16, 2012
1 parent 14dc717 commit 04b69da
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
Expand Up @@ -31,8 +31,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany-Plugins"
!define PRODUCT_VERSION "1.22"
!define PRODUCT_VERSION_ID "1.22.0.0"
!define PRODUCT_VERSION "1.23"
!define PRODUCT_VERSION_ID "1.23.0.0"
!define PRODUCT_PUBLISHER "The Geany developer team"
!define PRODUCT_WEB_SITE "http://www.geany.org/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion 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.22])
AC_INIT([geany-plugins], [1.23])
AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])

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


APPNAME = 'geany-plugins'
VERSION = '1.22'
VERSION = '1.23'
LINGUAS_FILE = 'po/LINGUAS'

top = '.'
Expand Down

0 comments on commit 04b69da

Please sign in to comment.