Bump version for 1.34.1

This commit is contained in:
Colomban Wendling 2019-01-04 16:24:47 +01:00
parent b54f4fac89
commit adda5013c8
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60]) AC_PREREQ([2.60])
AC_INIT([Geany], [1.34], AC_INIT([Geany], [1.34.1],
[https://github.com/geany/geany/issues]) [https://github.com/geany/geany/issues])
AC_CONFIG_SRCDIR([src/geany.h]) AC_CONFIG_SRCDIR([src/geany.h])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

View File

@ -1,4 +1,4 @@
.. |(version)| replace:: 1.34 .. |(version)| replace:: 1.34.1
.. -*- reStructuredText -*- .. -*- reStructuredText -*-
======= =======

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity <assemblyIdentity
version="1.34.0.0" version="1.34.1.0"
processorArchitecture="X86" processorArchitecture="X86"
name="Geany" name="Geany"
type="win32" /> type="win32" />

View File

@ -1,8 +1,8 @@
#include <windows.h> // include for version info constants #include <windows.h> // include for version info constants
#define VER_FILEVERSION 1,34,0,0 #define VER_FILEVERSION 1,34,1,0
#define VER_FILEVERSION_STR "1.34" #define VER_FILEVERSION_STR "1.34.1"
#define APP_MANIFEST 1 #define APP_MANIFEST 1
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico" A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"