From ca16aff4c5cb73ccb6b1c9db58389a33ad027e4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 19 Nov 2017 13:57:22 +0100 Subject: [PATCH] Post release version bump Say hello to Geany 1.33 "Gorgon"! --- 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 a87760072..6a57c357d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Geany 1.33 (unreleased) + + Geany 1.32 (November 19, 2017) General diff --git a/configure.ac b/configure.ac index 678939d65..f60c842ea 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.32], +AC_INIT([Geany], [1.33], [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 3ddc26488..a0a6ca293 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -1,4 +1,4 @@ -.. |(version)| replace:: 1.32 +.. |(version)| replace:: 1.33 .. -*- reStructuredText -*- ======= diff --git a/geany.exe.manifest b/geany.exe.manifest index f2cdf28e9..6e5493f84 100644 --- a/geany.exe.manifest +++ b/geany.exe.manifest @@ -1,7 +1,7 @@ diff --git a/geany_private.rc b/geany_private.rc index 212cc7704..25e811923 100644 --- a/geany_private.rc +++ b/geany_private.rc @@ -1,8 +1,8 @@ #include // include for version info constants -#define VER_FILEVERSION 1,32,0,0 -#define VER_FILEVERSION_STR "1.32" +#define VER_FILEVERSION 1,33,0,0 +#define VER_FILEVERSION_STR "1.33" #define APP_MANIFEST 1 A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico" diff --git a/src/geany.h b/src/geany.h index 9fd60bdf8..03fe5077a 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 "Bemos" +#define GEANY_CODENAME "Gorgon" #define GEANY_HOMEPAGE "http://www.geany.org/" #define GEANY_WIKI "http://wiki.geany.org/" #define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs" -- 2.11.4.GIT