From da951d00537b2593780542920fb1823c78161a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Thu, 19 Oct 2023 20:28:18 +0200 Subject: [PATCH] Post release version bump Say hello to Geany 2.1 "Yage"! --- NEWS | 3 +++ configure.ac | 2 +- doc/geany.txt | 2 +- geany.exe.manifest | 2 +- geany_private.rc | 4 ++-- meson.build | 2 +- src/geany.h | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index ef3dcc2029..370256ed84 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Geany 2.1 (unreleased) + + Geany 2.0 (October 19, 2023) General diff --git a/configure.ac b/configure.ac index 0d8bbfea46..f0b65d6275 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], [2.0], +AC_INIT([Geany], [2.1], [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 9e08e9f0a0..9fa6600493 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -1,4 +1,4 @@ -.. |(version)| replace:: 2.0 +.. |(version)| replace:: 2.1 .. -*- reStructuredText -*- ======= diff --git a/geany.exe.manifest b/geany.exe.manifest index 33f1fefe1c..a3639d8b6a 100644 --- a/geany.exe.manifest +++ b/geany.exe.manifest @@ -1,7 +1,7 @@ diff --git a/geany_private.rc b/geany_private.rc index e0589684b1..abd5c8aa6c 100644 --- a/geany_private.rc +++ b/geany_private.rc @@ -1,8 +1,8 @@ #include // include for version info constants -#define VER_FILEVERSION 2,0,0,0 -#define VER_FILEVERSION_STR "2.0" +#define VER_FILEVERSION 2,1,0,0 +#define VER_FILEVERSION_STR "2.1" #define APP_MANIFEST 1 A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico" diff --git a/meson.build b/meson.build index 23fc6af286..5c7bc0a049 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('geany', 'c', 'cpp', meson_version: '>= 0.53', - version: '2.0', + version: '2.1', default_options : ['c_std=c11', 'cpp_std=c++17']) gnome = import('gnome') diff --git a/src/geany.h b/src/geany.h index 5f45a1f29c..8e88bee34f 100644 --- a/src/geany.h +++ b/src/geany.h @@ -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 "Pryce" +#define GEANY_CODENAME "Yage" #define GEANY_HOMEPAGE "https://www.geany.org/" #define GEANY_WIKI "https://wiki.geany.org/" #define GEANY_BUG_REPORT "https://www.geany.org/Support/Bugs"