Post release version bump
Say hello to Geany 1.25 "Veed"!
This commit is contained in:
parent
1514993a6a
commit
24f2363fb7
@ -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.25],
|
||||
[https://sourceforge.net/tracker/?group_id=153444&atid=787791])
|
||||
AC_CONFIG_SRCDIR([src/geany.h])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
@ -1,4 +1,4 @@
|
||||
.. |(version)| replace:: 1.24
|
||||
.. |(version)| replace:: 1.25
|
||||
.. -*- reStructuredText -*-
|
||||
|
||||
=======
|
||||
|
@ -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.25.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="Geany"
|
||||
type="win32" />
|
||||
|
@ -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.25"
|
||||
!define PRODUCT_VERSION_ID "1.25.0.0"
|
||||
!define PRODUCT_PUBLISHER "The Geany developer team"
|
||||
!define PRODUCT_WEB_SITE "http://www.geany.org/"
|
||||
!define PRODUCT_DIR_REGKEY "Software\Geany"
|
||||
|
@ -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,25,0,0
|
||||
#define VER_FILEVERSION_STR "1.25"
|
||||
#define APP_MANIFEST 1
|
||||
|
||||
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/geany.ico"
|
||||
|
@ -47,7 +47,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 "Sakai"
|
||||
#define GEANY_CODENAME "Veed"
|
||||
#define GEANY_HOMEPAGE "http://www.geany.org/"
|
||||
#define GEANY_WIKI "http://wiki.geany.org/"
|
||||
#define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs"
|
||||
|
@ -311,7 +311,7 @@
|
||||
/* #undef volatile */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.24"
|
||||
#define VERSION "1.25"
|
||||
|
||||
#define REVISION "-1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user