Post release version bump

This commit is contained in:
Colomban Wendling 2012-06-18 19:16:05 +02:00
parent b7d245a7df
commit e9d61aa7e5
8 changed files with 12 additions and 9 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
Geany 1.23 (unreleased)
Geany 1.22 (June 18, 2012) Geany 1.22 (June 18, 2012)
General General

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60]) AC_PREREQ([2.60])
AC_INIT([Geany], [1.22], AC_INIT([Geany], [1.23],
[https://sourceforge.net/tracker/?group_id=153444&atid=787791]) [https://sourceforge.net/tracker/?group_id=153444&atid=787791])
AC_CONFIG_SRCDIR([src/geany.h]) AC_CONFIG_SRCDIR([src/geany.h])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

View File

@ -1,4 +1,4 @@
.. |(version)| replace:: 1.22 .. |(version)| replace:: 1.23
======= =======
Geany Geany

View File

@ -32,8 +32,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista
; helper defines ; ; helper defines ;
;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany" !define PRODUCT_NAME "Geany"
!define PRODUCT_VERSION "1.22" !define PRODUCT_VERSION "1.23"
!define PRODUCT_VERSION_ID "1.22.0.0" !define PRODUCT_VERSION_ID "1.23.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_DIR_REGKEY "Software\Geany" !define PRODUCT_DIR_REGKEY "Software\Geany"

View File

@ -1,8 +1,8 @@
#include <windows.h> // include for version info constants #include <windows.h> // include for version info constants
#define VER_FILEVERSION 1,22,0,0 #define VER_FILEVERSION 1,23,0,0
#define VER_FILEVERSION_STR "1.22" #define VER_FILEVERSION_STR "1.23"
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/geany.ico" A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/geany.ico"

View File

@ -47,7 +47,7 @@ G_BEGIN_DECLS
* listed in the documentation should not be changed */ * listed in the documentation should not be changed */
#define GEANY_FILEDEFS_SUBDIR "filedefs" #define GEANY_FILEDEFS_SUBDIR "filedefs"
#define GEANY_TEMPLATES_SUBDIR "templates" #define GEANY_TEMPLATES_SUBDIR "templates"
#define GEANY_CODENAME "Tavira" #define GEANY_CODENAME "Traeda"
#define GEANY_HOMEPAGE "http://www.geany.org/" #define GEANY_HOMEPAGE "http://www.geany.org/"
#define GEANY_WIKI "http://wiki.geany.org/" #define GEANY_WIKI "http://wiki.geany.org/"
#define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs" #define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs"

View File

@ -314,7 +314,7 @@
/* #undef volatile */ /* #undef volatile */
/* Version number of package */ /* Version number of package */
#define VERSION "1.22" #define VERSION "1.23"
#define REVISION "-1" #define REVISION "-1"

View File

@ -49,7 +49,7 @@ from waflib.TaskGen import feature
APPNAME = 'geany' APPNAME = 'geany'
VERSION = '1.22' VERSION = '1.23'
LINGUAS_FILE = 'po/LINGUAS' LINGUAS_FILE = 'po/LINGUAS'
MINIMUM_GTK_VERSION = '2.16.0' MINIMUM_GTK_VERSION = '2.16.0'
MINIMUM_GLIB_VERSION = '2.20.0' MINIMUM_GLIB_VERSION = '2.20.0'