[geany/geany] adda50: Bump version for 1.34.1
Colomban Wendling
git-noreply at xxxxx
Fri Jan 4 15:24:47 UTC 2019
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Fri, 04 Jan 2019 15:24:47 UTC
Commit: adda5013c8ed58cc9138d9779810acab36ebd576
https://github.com/geany/geany/commit/adda5013c8ed58cc9138d9779810acab36ebd576
Log Message:
-----------
Bump version for 1.34.1
Modified Paths:
--------------
configure.ac
doc/geany.txt
geany.exe.manifest
geany_private.rc
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.34],
+AC_INIT([Geany], [1.34.1],
[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.34
+.. |(version)| replace:: 1.34.1
.. -*- 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.34.0.0"
+ version="1.34.1.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,34,0,0
-#define VER_FILEVERSION_STR "1.34"
+#define VER_FILEVERSION 1,34,1,0
+#define VER_FILEVERSION_STR "1.34.1"
#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).
More information about the Commits
mailing list