[geany/geany] 11a1f3: Post release version bump

Colomban Wendling git-noreply at xxxxx
Sat Oct 9 15:43:42 UTC 2021


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 09 Oct 2021 15:43:42 UTC
Commit:      11a1f32fd490b3918d069f0d05cca5bbc6c4b5ad
             https://github.com/geany/geany/commit/11a1f32fd490b3918d069f0d05cca5bbc6c4b5ad

Log Message:
-----------
Post release version bump

Say hello to Geany 1.39 "Pryce"!

It might end up with another version number, but 1.39 is good enough
for now at least.


Modified Paths:
--------------
    NEWS
    configure.ac
    doc/geany.txt
    geany.exe.manifest
    geany_private.rc
    src/geany.h

Modified: NEWS
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,6 @@
+Geany 1.39 (unreleased)
+
+
 Geany 1.38 (October 09, 2021)
 
     General


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.38],
+AC_INIT([Geany], [1.39],
 		[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.38
+.. |(version)| replace:: 1.39
 .. -*- 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.38.0.0"
+		version="1.39.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,38,0,0
-#define VER_FILEVERSION_STR         "1.38"
+#define VER_FILEVERSION             1,39,0,0
+#define VER_FILEVERSION_STR         "1.39"
 #define APP_MANIFEST                1
 
 A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"


Modified: src/geany.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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					"Sulamar"
+#define GEANY_CODENAME					"Pryce"
 #define GEANY_HOMEPAGE					"https://www.geany.org/"
 #define GEANY_WIKI						"https://wiki.geany.org/"
 #define GEANY_BUG_REPORT				"https://www.geany.org/Support/Bugs"



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list