Skip to content

Commit

Permalink
Post release version bump
Browse files Browse the repository at this point in the history
Say hello to Geany 2.1 "Yage"!
  • Loading branch information
eht16 committed Oct 19, 2023
1 parent 4a1fda5 commit da951d0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Geany 2.1 (unreleased)


Geany 2.0 (October 19, 2023)

General
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion doc/geany.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. |(version)| replace:: 2.0
.. |(version)| replace:: 2.1
.. -*- reStructuredText -*-
=======
Expand Down
2 changes: 1 addition & 1 deletion geany.exe.manifest
Original file line number Diff line number Diff line change
@@ -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="2.0.0.0"
version="2.1.0.0"
processorArchitecture="X86"
name="Geany"
type="win32" />
Expand Down
4 changes: 2 additions & 2 deletions geany_private.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

#include <windows.h> // 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"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
2 changes: 1 addition & 1 deletion src/geany.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da951d0

Please sign in to comment.