SF.net SVN: geany:[5457] branches/Geany-0_19_2
ntrel at users.sourceforge.net
ntrel at xxxxx
Wed Dec 1 16:41:17 UTC 2010
Revision: 5457
http://geany.svn.sourceforge.net/geany/?rev=5457&view=rev
Author: ntrel
Date: 2010-12-01 16:41:16 +0000 (Wed, 01 Dec 2010)
Log Message:
-----------
Version bump.
Modified Paths:
--------------
branches/Geany-0_19_2/ChangeLog
branches/Geany-0_19_2/configure.ac
branches/Geany-0_19_2/doc/geany.html
branches/Geany-0_19_2/doc/geany.txt
branches/Geany-0_19_2/geany.nsi
branches/Geany-0_19_2/geany_private.rc
branches/Geany-0_19_2/win32-config.h
branches/Geany-0_19_2/wscript
Modified: branches/Geany-0_19_2/ChangeLog
===================================================================
--- branches/Geany-0_19_2/ChangeLog 2010-12-01 16:23:23 UTC (rev 5456)
+++ branches/Geany-0_19_2/ChangeLog 2010-12-01 16:41:16 UTC (rev 5457)
@@ -1,5 +1,8 @@
2010-12-01 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+ * win32-config.h, geany.nsi, configure.ac, doc/geany.txt,
+ doc/geany.html, wscript, geany_private.rc:
+ Version bump.
* New release: Geany 0.19.2.
Modified: branches/Geany-0_19_2/configure.ac
===================================================================
--- branches/Geany-0_19_2/configure.ac 2010-12-01 16:23:23 UTC (rev 5456)
+++ branches/Geany-0_19_2/configure.ac 2010-12-01 16:41:16 UTC (rev 5457)
@@ -2,7 +2,7 @@
dnl $Id$
AC_INIT(configure.ac)
-AM_INIT_AUTOMAKE(geany, 0.19.1)
+AM_INIT_AUTOMAKE(geany, 0.19.2)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Modified: branches/Geany-0_19_2/doc/geany.html
===================================================================
--- branches/Geany-0_19_2/doc/geany.html 2010-12-01 16:23:23 UTC (rev 5456)
+++ branches/Geany-0_19_2/doc/geany.html 2010-12-01 16:41:16 UTC (rev 5457)
@@ -6,7 +6,7 @@
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
<title>Geany</title>
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
-<meta name="date" content="2010-08-11" />
+<meta name="date" content="2010-08-13" />
<style type="text/css">
/*
@@ -139,9 +139,9 @@
<br />Nick Treleaven
<br />Frank Lanitz</td></tr>
<tr><th class="docinfo-name">Date:</th>
-<td>2010-08-11</td></tr>
+<td>2010-08-13</td></tr>
<tr><th class="docinfo-name">Version:</th>
-<td>0.19.1</td></tr>
+<td>0.19.2</td></tr>
</tbody>
</table>
<p>Copyright © 2005-2010</p>
@@ -5056,7 +5056,7 @@
</tr>
<tr><td>geanyversion</td>
<td>The actual Geany version, e.g.
-"Geany 0.19.1".</td>
+"Geany 0.19.2".</td>
<td>file templates, file header,
function description, ChangeLog entry,
bsd, gpl, snippets.</td>
@@ -5339,7 +5339,7 @@
look, run "<tt class="docutils literal"><span class="pre">make</span> <span class="pre">doc</span></tt>" in the subdirectory <tt class="docutils literal"><span class="pre">doc</span></tt> of Geany's source
directory. This regenerates the <tt class="docutils literal"><span class="pre">geany.html</span></tt> file. To generate a PDF
file, use the command "<tt class="docutils literal"><span class="pre">make</span> <span class="pre">pdf</span></tt>" which should generate a file called
-geany-0.19.1.pdf.</p>
+geany-0.19.2.pdf.</p>
<p>After you are happy with your changes, create a patch:</p>
<pre class="literal-block">
% svn diff geany.txt > foo.patch
@@ -6098,7 +6098,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2010-08-13 14:20 UTC.
+Generated on: 2010-12-01 16:28 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: branches/Geany-0_19_2/doc/geany.txt
===================================================================
--- branches/Geany-0_19_2/doc/geany.txt 2010-12-01 16:23:23 UTC (rev 5456)
+++ branches/Geany-0_19_2/doc/geany.txt 2010-12-01 16:41:16 UTC (rev 5457)
@@ -1,4 +1,4 @@
-.. |(version)| replace:: 0.19.1
+.. |(version)| replace:: 0.19.2
=======
Geany
Modified: branches/Geany-0_19_2/geany.nsi
===================================================================
--- branches/Geany-0_19_2/geany.nsi 2010-12-01 16:23:23 UTC (rev 5456)
+++ branches/Geany-0_19_2/geany.nsi 2010-12-01 16:41:16 UTC (rev 5457)
@@ -33,8 +33,8 @@
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany"
-!define PRODUCT_VERSION "0.19.1"
-!define PRODUCT_VERSION_ID "0.19.1.0"
+!define PRODUCT_VERSION "0.19.2"
+!define PRODUCT_VERSION_ID "0.19.2.0"
!define PRODUCT_PUBLISHER "The Geany developer team"
!define PRODUCT_WEB_SITE "http://www.geany.org/"
!define PRODUCT_DIR_REGKEY "Software\Geany"
Modified: branches/Geany-0_19_2/geany_private.rc
===================================================================
--- branches/Geany-0_19_2/geany_private.rc 2010-12-01 16:23:23 UTC (rev 5456)
+++ branches/Geany-0_19_2/geany_private.rc 2010-12-01 16:41:16 UTC (rev 5457)
@@ -5,8 +5,8 @@
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/geany.ico"
1 VERSIONINFO
-FILEVERSION 0,19,1,0
-PRODUCTVERSION 0,19,1,0
+FILEVERSION 0,19,2,0
+PRODUCTVERSION 0,19,2,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
@@ -14,14 +14,14 @@
BLOCK "040704E4"
{
VALUE "CompanyName", ""
- VALUE "FileVersion", "0.19.1"
+ VALUE "FileVersion", "0.19.2"
VALUE "FileDescription", "Geany"
VALUE "InternalName", "geany"
VALUE "LegalCopyright", "Copyright 2005-2010 by the Geany developers"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "geany"
VALUE "ProductName", "geany"
- VALUE "ProductVersion", "0.19.1"
+ VALUE "ProductVersion", "0.19.2"
}
}
}
Modified: branches/Geany-0_19_2/win32-config.h
===================================================================
--- branches/Geany-0_19_2/win32-config.h 2010-12-01 16:23:23 UTC (rev 5456)
+++ branches/Geany-0_19_2/win32-config.h 2010-12-01 16:41:16 UTC (rev 5457)
@@ -314,7 +314,7 @@
/* #undef volatile */
/* Version number of package */
-#define VERSION "0.19.1"
+#define VERSION "0.19.2"
#define REVISION "-1"
Modified: branches/Geany-0_19_2/wscript
===================================================================
--- branches/Geany-0_19_2/wscript 2010-12-01 16:23:23 UTC (rev 5456)
+++ branches/Geany-0_19_2/wscript 2010-12-01 16:41:16 UTC (rev 5457)
@@ -55,7 +55,7 @@
APPNAME = 'geany'
-VERSION = '0.19.1'
+VERSION = '0.19.2'
srcdir = '.'
blddir = '_build_'
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