Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Thu, 05 Oct 2023 21:09:01 UTC Commit: 87ab25dc2abc276a93fde4e5d8ec0d8702993b4d https://github.com/geany/geany/commit/87ab25dc2abc276a93fde4e5d8ec0d8702993b...
Log Message: ----------- Merge pull request #3569 from eht16/bump_version_to_2_0
Pre-release version bump to 2.0
Modified Paths: -------------- NEWS configure.ac doc/geany.txt geany.exe.manifest geany_private.rc
Modified: NEWS 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,4 +1,4 @@ -Geany 1.39 (unreleased) +Geany 2.0 (unreleased) Interface * The document list in the sidebar has a new tree view. This mode is the new default and existing installations automatically use it (PR#1813).
Modified: configure.ac 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60]) -AC_INIT([Geany], [1.39], +AC_INIT([Geany], [2.0], [https://github.com/geany/geany/issues]) AC_CONFIG_SRCDIR([src/geany.h]) AC_CONFIG_AUX_DIR([build-aux])
Modified: doc/geany.txt 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,4 +1,4 @@ -.. |(version)| replace:: 1.39 +.. |(version)| replace:: 2.0 .. -*- reStructuredText -*-
=======
Modified: geany.exe.manifest 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -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="1.39.0.0" + version="2.0.0.0" processorArchitecture="X86" name="Geany" type="win32" />
Modified: geany_private.rc 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1,8 +1,8 @@
#include <windows.h> // include for version info constants
-#define VER_FILEVERSION 1,39,0,0 -#define VER_FILEVERSION_STR "1.39" +#define VER_FILEVERSION 2,0,0,0 +#define VER_FILEVERSION_STR "2.0" #define APP_MANIFEST 1
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).