Skip to content

Commit

Permalink
Bump version in preparation for 1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Mar 17, 2017
1 parent a15dcc3 commit 2414029
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions NEWS
@@ -1,3 +1,6 @@
Geany 1.30.1 (unreleased)


Geany 1.30 (March 05, 2017)

General
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([Geany], [1.30],
AC_INIT([Geany], [1.30.1],
[https://sourceforge.net/tracker/?group_id=153444&atid=787791])
AC_CONFIG_SRCDIR([src/geany.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
2 changes: 1 addition & 1 deletion doc/geany.txt
@@ -1,4 +1,4 @@
.. |(version)| replace:: 1.30
.. |(version)| replace:: 1.30.1
.. -*- reStructuredText -*-
=======
Expand Down
2 changes: 1 addition & 1 deletion geany.exe.manifest
@@ -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.30.0.0"
version="1.30.1.0"
processorArchitecture="X86"
name="Geany"
type="win32" />
Expand Down
4 changes: 2 additions & 2 deletions geany_private.rc
@@ -1,8 +1,8 @@

#include <windows.h> // include for version info constants

#define VER_FILEVERSION 1,30,0,0
#define VER_FILEVERSION_STR "1.30"
#define VER_FILEVERSION 1,30,1,0
#define VER_FILEVERSION_STR "1.30.1"
#define APP_MANIFEST 1

A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "icons/geany.ico"
Expand Down

0 comments on commit 2414029

Please sign in to comment.