[geany/geany] 15a236: Revision bump

Colomban Wendling git-noreply at xxxxx
Tue Apr 15 12:59:07 UTC 2014


Branch:      refs/heads/1.24
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 15 Apr 2014 12:59:07 UTC
Commit:      15a2366e361057b26f91c51be8e0dccdf165586e
             https://github.com/geany/geany/commit/15a2366e361057b26f91c51be8e0dccdf165586e

Log Message:
-----------
Revision bump


Modified Paths:
--------------
    NEWS
    configure.ac
    doc/geany.txt
    geany.exe.manifest
    geany.nsi
    geany_private.rc
    win32-config.h
    wscript

Modified: NEWS
3 files changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,6 @@
+Geany 1.24.1 (unreleased)
+
+
 Geany 1.24 (April 13, 2014)
 
     General


Modified: configure.ac
2 files 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.24],
+AC_INIT([Geany], [1.24.1],
 		[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 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
-.. |(version)| replace:: 1.24
+.. |(version)| replace:: 1.24.1
 .. -*- reStructuredText -*-
 
 =======


Modified: geany.exe.manifest
2 files 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.24.0.0"
+		version="1.24.1.0"
 		processorArchitecture="X86"
 		name="Geany"
 		type="win32" />


Modified: geany.nsi
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -32,8 +32,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista
 ; helper defines  ;
 ;;;;;;;;;;;;;;;;;;;
 !define PRODUCT_NAME "Geany"
-!define PRODUCT_VERSION "1.24"
-!define PRODUCT_VERSION_ID "1.24.0.0"
+!define PRODUCT_VERSION "1.24.1"
+!define PRODUCT_VERSION_ID "1.24.1.0"
 !define PRODUCT_PUBLISHER "The Geany developer team"
 !define PRODUCT_WEB_SITE "http://www.geany.org/"
 !define PRODUCT_DIR_REGKEY "Software\Geany"


Modified: geany_private.rc
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,8 +1,8 @@
 
 #include <windows.h> // include for version info constants
 
-#define VER_FILEVERSION             1,24,0,0
-#define VER_FILEVERSION_STR         "1.24"
+#define VER_FILEVERSION             1,24,1,0
+#define VER_FILEVERSION_STR         "1.24.1"
 #define APP_MANIFEST                1
 
 A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/geany.ico"


Modified: win32-config.h
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -311,7 +311,7 @@
 /* #undef volatile */
 
 /* Version number of package */
-#define VERSION "1.24"
+#define VERSION "1.24.1"
 
 #define REVISION "-1"
 


Modified: wscript
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -51,7 +51,7 @@ from waflib.Tools.compiler_cxx import cxx_compiler
 
 
 APPNAME = 'geany'
-VERSION = '1.24'
+VERSION = '1.24.1'
 LINGUAS_FILE = 'po/LINGUAS'
 MINIMUM_GTK_VERSION = '2.16.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).


More information about the Commits mailing list