SF.net SVN: geany:[5764] branches/0.20.1
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun May 8 16:31:42 UTC 2011
Revision: 5764
http://geany.svn.sourceforge.net/geany/?rev=5764&view=rev
Author: eht16
Date: 2011-05-08 16:31:42 +0000 (Sun, 08 May 2011)
Log Message:
-----------
Version bump for Geany 0.20.1.
Modified Paths:
--------------
branches/0.20.1/ChangeLog
branches/0.20.1/configure.ac
branches/0.20.1/doc/geany.txt
branches/0.20.1/geany.nsi
branches/0.20.1/geany_private.rc
branches/0.20.1/win32-config.h
branches/0.20.1/wscript
Modified: branches/0.20.1/ChangeLog
===================================================================
--- branches/0.20.1/ChangeLog 2011-05-08 16:02:40 UTC (rev 5763)
+++ branches/0.20.1/ChangeLog 2011-05-08 16:31:42 UTC (rev 5764)
@@ -1,3 +1,10 @@
+2011-05-08 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * configure.ac, doc/geany.txt, geany.nsi, geany_private.rc,
+ win32-config.h, wscript:
+ Version bump for Geany 0.20.1.
+
+
2011-01-05 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* New release: Geany 0.20 "Disra".
Modified: branches/0.20.1/configure.ac
===================================================================
--- branches/0.20.1/configure.ac 2011-05-08 16:02:40 UTC (rev 5763)
+++ branches/0.20.1/configure.ac 2011-05-08 16:31:42 UTC (rev 5764)
@@ -2,7 +2,7 @@
dnl $Id$
AC_INIT(configure.ac)
-AM_INIT_AUTOMAKE(geany, 0.20)
+AM_INIT_AUTOMAKE(geany, 0.20.1)
AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Modified: branches/0.20.1/doc/geany.txt
===================================================================
--- branches/0.20.1/doc/geany.txt 2011-05-08 16:02:40 UTC (rev 5763)
+++ branches/0.20.1/doc/geany.txt 2011-05-08 16:31:42 UTC (rev 5764)
@@ -1,4 +1,4 @@
-.. |(version)| replace:: 0.20
+.. |(version)| replace:: 0.20.1
=======
Geany
Modified: branches/0.20.1/geany.nsi
===================================================================
--- branches/0.20.1/geany.nsi 2011-05-08 16:02:40 UTC (rev 5763)
+++ branches/0.20.1/geany.nsi 2011-05-08 16:31:42 UTC (rev 5764)
@@ -33,8 +33,8 @@
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany"
-!define PRODUCT_VERSION "0.20"
-!define PRODUCT_VERSION_ID "0.20.0.0"
+!define PRODUCT_VERSION "0.20.1"
+!define PRODUCT_VERSION_ID "0.20.1.0"
!define PRODUCT_PUBLISHER "The Geany developer team"
!define PRODUCT_WEB_SITE "http://www.geany.org/"
!define PRODUCT_DIR_REGKEY "Software\Geany"
Modified: branches/0.20.1/geany_private.rc
===================================================================
--- branches/0.20.1/geany_private.rc 2011-05-08 16:02:40 UTC (rev 5763)
+++ branches/0.20.1/geany_private.rc 2011-05-08 16:31:42 UTC (rev 5764)
@@ -1,8 +1,8 @@
#include <windows.h> // include for version info constants
-#define VER_FILEVERSION 0,20,0,0
-#define VER_FILEVERSION_STR "0.20"
+#define VER_FILEVERSION 0,20,1,0
+#define VER_FILEVERSION_STR "0.20.1"
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/geany.ico"
Modified: branches/0.20.1/win32-config.h
===================================================================
--- branches/0.20.1/win32-config.h 2011-05-08 16:02:40 UTC (rev 5763)
+++ branches/0.20.1/win32-config.h 2011-05-08 16:31:42 UTC (rev 5764)
@@ -314,7 +314,7 @@
/* #undef volatile */
/* Version number of package */
-#define VERSION "0.20"
+#define VERSION "0.20.1"
#define REVISION "-1"
Modified: branches/0.20.1/wscript
===================================================================
--- branches/0.20.1/wscript 2011-05-08 16:02:40 UTC (rev 5763)
+++ branches/0.20.1/wscript 2011-05-08 16:31:42 UTC (rev 5764)
@@ -52,7 +52,7 @@
APPNAME = 'geany'
-VERSION = '0.20'
+VERSION = '0.20.1'
LINGUAS_FILE = 'po/LINGUAS'
top = '.'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list