From 5b6b89fd5b783b9d77c33dfce127c3bb32c0a112 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sun, 10 Jul 2016 16:07:56 +0200 Subject: [PATCH] Post release version bump Say hello to Geany 1.29 "Jowar"! --- NEWS | 3 +++ configure.ac | 2 +- doc/geany.txt | 2 +- geany.exe.manifest | 2 +- geany_private.rc | 4 ++-- src/geany.h | 2 +- win32-config.h | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index c603a0d8..3b4b6583 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Geany 1.29 (unreleased) + + Geany 1.28 (July 10, 2016) General diff --git a/configure.ac b/configure.ac index 05a9ca3c..d921e957 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.28], +AC_INIT([Geany], [1.29], [https://sourceforge.net/tracker/?group_id=153444&atid=787791]) AC_CONFIG_SRCDIR([src/geany.h]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/doc/geany.txt b/doc/geany.txt index 1641f646..0234292c 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -1,4 +1,4 @@ -.. |(version)| replace:: 1.28 +.. |(version)| replace:: 1.29 .. -*- reStructuredText -*- ======= diff --git a/geany.exe.manifest b/geany.exe.manifest index 539e570a..1685a44c 100644 --- a/geany.exe.manifest +++ b/geany.exe.manifest @@ -1,7 +1,7 @@ diff --git a/geany_private.rc b/geany_private.rc index 4beb07d6..5eb25435 100644 --- a/geany_private.rc +++ b/geany_private.rc @@ -1,8 +1,8 @@ #include // include for version info constants -#define VER_FILEVERSION 1,28,0,0 -#define VER_FILEVERSION_STR "1.28" +#define VER_FILEVERSION 1,29,0,0 +#define VER_FILEVERSION_STR "1.29" #define APP_MANIFEST 1 A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico" diff --git a/src/geany.h b/src/geany.h index 3e628a21..743dd89f 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 "Malvek" +#define GEANY_CODENAME "Jowar" #define GEANY_HOMEPAGE "http://www.geany.org/" #define GEANY_WIKI "http://wiki.geany.org/" #define GEANY_BUG_REPORT "http://www.geany.org/Support/Bugs" diff --git a/win32-config.h b/win32-config.h index 59818ac4..dd2d17d1 100644 --- a/win32-config.h +++ b/win32-config.h @@ -311,7 +311,7 @@ /* #undef volatile */ /* Version number of package */ -#define VERSION "1.28" +#define VERSION "1.29" #define REVISION "-1"