Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 12 Jul 2015 17:48:50 UTC Commit: a50306cab3e0d07bd568861dc6b43bbea78d63d3 https://github.com/geany/geany/commit/a50306cab3e0d07bd568861dc6b43bbea78d63...
Log Message: ----------- Post release version bump
Say hello to Geany 1.26 "Rosset"!
Modified Paths: -------------- NEWS configure.ac doc/geany.txt geany.exe.manifest geany_private.rc src/geany.h win32-config.h wscript
Modified: NEWS 3 lines changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -1,3 +1,6 @@ +Geany 1.26 (unreleased) + + Geany 1.25 (July 12, 2015)
General
Modified: configure.ac 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60]) -AC_INIT([Geany], [1.25], +AC_INIT([Geany], [1.26], [https://sourceforge.net/tracker/?group_id=153444&atid=787791]) AC_CONFIG_SRCDIR([src/geany.h]) AC_CONFIG_AUX_DIR([build-aux])
Modified: doc/geany.txt 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,4 +1,4 @@ -.. |(version)| replace:: 1.25 +.. |(version)| replace:: 1.26 .. -*- reStructuredText -*-
=======
Modified: geany.exe.manifest 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity - version="1.25.0.0" + version="1.26.0.0" processorArchitecture="X86" name="Geany" type="win32" />
Modified: geany_private.rc 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1,8 +1,8 @@
#include <windows.h> // include for version info constants
-#define VER_FILEVERSION 1,25,0,0 -#define VER_FILEVERSION_STR "1.25" +#define VER_FILEVERSION 1,26,0,0 +#define VER_FILEVERSION_STR "1.26" #define APP_MANIFEST 1
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
Modified: src/geany.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -41,7 +41,7 @@ G_BEGIN_DECLS * listed in the documentation should not be changed */ #define GEANY_FILEDEFS_SUBDIR "filedefs" #define GEANY_TEMPLATES_SUBDIR "templates" -#define GEANY_CODENAME "Veed" +#define GEANY_CODENAME "Rosset" #define GEANY_HOMEPAGE "http://www.geany.org/" #define GEANY_WIKI "http://wiki.geany.org/" #define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs"
Modified: win32-config.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -311,7 +311,7 @@ /* #undef volatile */
/* Version number of package */ -#define VERSION "1.25" +#define VERSION "1.26"
#define REVISION "-1"
Modified: wscript 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -52,7 +52,7 @@ from waflib.Tools.compiler_cxx import cxx_compiler
APPNAME = 'geany' -VERSION = '1.25' +VERSION = '1.26' LINGUAS_FILE = os.path.join('po', 'LINGUAS') MINIMUM_GTK_VERSION = '2.24.0' MINIMUM_GTK3_VERSION = '3.0.0'
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).