From 2d9f97debd308ef891903731e48b215255be8411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 16 Jul 2017 15:29:55 +0200 Subject: [PATCH] Post release version bump Say hello to Geany 1.32 "Bemos"! --- NEWS | 3 +++ configure.ac | 2 +- doc/geany.txt | 2 +- geany.exe.manifest | 2 +- geany_private.rc | 4 ++-- src/geany.h | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 7f58b597..d1340608 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Geany 1.32 (unreleased) + + Geany 1.31 (July 16, 2017) Bug fixes diff --git a/configure.ac b/configure.ac index bb99624f..b16a0e5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([Geany], [1.31], +AC_INIT([Geany], [1.32], [https://github.com/geany/geany/issues]) AC_CONFIG_SRCDIR([src/geany.h]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/doc/geany.txt b/doc/geany.txt index 89aadb29..3571fa09 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -1,4 +1,4 @@ -.. |(version)| replace:: 1.31 +.. |(version)| replace:: 1.32 .. -*- reStructuredText -*- ======= diff --git a/geany.exe.manifest b/geany.exe.manifest index 9d46d16f..f2cdf28e 100644 --- a/geany.exe.manifest +++ b/geany.exe.manifest @@ -1,7 +1,7 @@ diff --git a/geany_private.rc b/geany_private.rc index 02199324..212cc770 100644 --- a/geany_private.rc +++ b/geany_private.rc @@ -1,8 +1,8 @@ #include // include for version info constants -#define VER_FILEVERSION 1,31,0,0 -#define VER_FILEVERSION_STR "1.31" +#define VER_FILEVERSION 1,32,0,0 +#define VER_FILEVERSION_STR "1.32" #define APP_MANIFEST 1 A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico" diff --git a/src/geany.h b/src/geany.h index 218c9f49..9fd60bdf 100644 --- a/src/geany.h +++ b/src/geany.h @@ -42,7 +42,7 @@ G_BEGIN_DECLS #define GEANY_FILEDEFS_SUBDIR "filedefs" #define GEANY_TEMPLATES_SUBDIR "templates" #define GEANY_TAGS_SUBDIR "tags" -#define GEANY_CODENAME "Trevin" +#define GEANY_CODENAME "Bemos" #define GEANY_HOMEPAGE "http://www.geany.org/" #define GEANY_WIKI "http://wiki.geany.org/" #define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs"