Post release version bump
Say hello to Geany 1.27 "Rezer"!
This commit is contained in:
parent
b49fa9a13a
commit
ad354b7477
3
NEWS
3
NEWS
@ -1,3 +1,6 @@
|
|||||||
|
Geany 1.27 (unreleased)
|
||||||
|
|
||||||
|
|
||||||
Geany 1.26 (November 15, 2015)
|
Geany 1.26 (November 15, 2015)
|
||||||
|
|
||||||
General
|
General
|
||||||
|
@ -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.26],
|
AC_INIT([Geany], [1.27],
|
||||||
[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])
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.. |(version)| replace:: 1.26
|
.. |(version)| replace:: 1.27
|
||||||
.. -*- reStructuredText -*-
|
.. -*- reStructuredText -*-
|
||||||
|
|
||||||
=======
|
=======
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
version="1.26.0.0"
|
version="1.27.0.0"
|
||||||
processorArchitecture="X86"
|
processorArchitecture="X86"
|
||||||
name="Geany"
|
name="Geany"
|
||||||
type="win32" />
|
type="win32" />
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
#include <windows.h> // include for version info constants
|
#include <windows.h> // include for version info constants
|
||||||
|
|
||||||
#define VER_FILEVERSION 1,26,0,0
|
#define VER_FILEVERSION 1,27,0,0
|
||||||
#define VER_FILEVERSION_STR "1.26"
|
#define VER_FILEVERSION_STR "1.27"
|
||||||
#define APP_MANIFEST 1
|
#define APP_MANIFEST 1
|
||||||
|
|
||||||
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
|
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
|
||||||
|
@ -41,7 +41,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 "Rosset"
|
#define GEANY_CODENAME "Rezer"
|
||||||
#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"
|
||||||
|
@ -311,7 +311,7 @@
|
|||||||
/* #undef volatile */
|
/* #undef volatile */
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "1.26"
|
#define VERSION "1.27"
|
||||||
|
|
||||||
#define REVISION "-1"
|
#define REVISION "-1"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user