Post release version bump

Say hello to Geany 1.37 "Wolbam"!
master
Colomban Wendling 2019-09-28 15:52:12 +02:00
parent 825acb21ea
commit c9bdd73d82
6 changed files with 9 additions and 6 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
Geany 1.37 (unreleased)
Geany 1.36 (September 28, 2019)
General

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60])
AC_INIT([Geany], [1.36],
AC_INIT([Geany], [1.37],
[https://github.com/geany/geany/issues])
AC_CONFIG_SRCDIR([src/geany.h])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -1,4 +1,4 @@
.. |(version)| replace:: 1.36
.. |(version)| replace:: 1.37
.. -*- reStructuredText -*-
=======

View File

@ -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.36.0.0"
version="1.37.0.0"
processorArchitecture="X86"
name="Geany"
type="win32" />

View File

@ -1,8 +1,8 @@
#include <windows.h> // include for version info constants
#define VER_FILEVERSION 1,36,0,0
#define VER_FILEVERSION_STR "1.36"
#define VER_FILEVERSION 1,37,0,0
#define VER_FILEVERSION_STR "1.37"
#define APP_MANIFEST 1
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"

View File

@ -41,7 +41,7 @@ G_BEGIN_DECLS
#define GEANY_FILEDEFS_SUBDIR "filedefs"
#define GEANY_TEMPLATES_SUBDIR "templates"
#define GEANY_TAGS_SUBDIR "tags"
#define GEANY_CODENAME "Poliff"
#define GEANY_CODENAME "Wolbam"
#define GEANY_HOMEPAGE "https://www.geany.org/"
#define GEANY_WIKI "https://wiki.geany.org/"
#define GEANY_BUG_REPORT "https://www.geany.org/Support/Bugs"