Revision: 3587 http://geany.svn.sourceforge.net/geany/?rev=3587&view=rev Author: eht16 Date: 2009-02-15 14:10:10 +0000 (Sun, 15 Feb 2009)
Log Message: ----------- Post-release version bump.
Modified Paths: -------------- trunk/ChangeLog trunk/configure.in trunk/doc/geany.html trunk/doc/geany.txt trunk/geany.nsi trunk/geany_private.rc trunk/src/geany.h trunk/win32-config.h trunk/wscript
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-02-15 14:06:12 UTC (rev 3586) +++ trunk/ChangeLog 2009-02-15 14:10:10 UTC (rev 3587) @@ -1,3 +1,6 @@ 2009-02-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* ChangeLog, Makefile.am: Rotate ChangeLog. + * configure.in, geany.nsi, geany_private.rc, win32-config.h, + wscript, doc/geany.txt, doc/geany.html, src/geany.h: + Post-release version bump.
Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-02-15 14:06:12 UTC (rev 3586) +++ trunk/configure.in 2009-02-15 14:10:10 UTC (rev 3587) @@ -2,7 +2,7 @@ dnl $Id$
AC_INIT(configure.in) -AM_INIT_AUTOMAKE(geany, 0.16) +AM_INIT_AUTOMAKE(geany, 0.17)
AM_CONFIG_HEADER(config.h)
Modified: trunk/doc/geany.html =================================================================== --- trunk/doc/geany.html 2009-02-15 14:06:12 UTC (rev 3586) +++ trunk/doc/geany.html 2009-02-15 14:10:10 UTC (rev 3587) @@ -6,7 +6,7 @@ <meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" /> <title>Geany</title> <meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" /> -<meta name="date" content="2009-02-13" /> +<meta name="date" content="2009-02-15" /> <style type="text/css">
/* @@ -139,9 +139,9 @@ <br />Nick Treleaven <br />Frank Lanitz</td></tr> <tr><th class="docinfo-name">Date:</th> -<td>2009-01-28</td></tr> +<td>2009-02-15</td></tr> <tr><th class="docinfo-name">Version:</th> -<td>0.16</td></tr> +<td>0.17</td></tr> </tbody> </table> <p>Copyright © 2005-2009</p> @@ -3669,7 +3669,7 @@ </tr> <tr><td>geanyversion</td> <td>The actual Geany version, e.g. -"Geany 0.16".</td> +"Geany 0.17".</td> <td>filetype templates, file header, function description, ChangeLog entry, bsd, gpl, snippets</td> @@ -3887,7 +3887,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.16.pdf.</p> +geany-0.17.pdf.</p> <p>After you are happy with your changes, create a patch:</p> <pre class="literal-block"> % svn diff geany.txt > foo.patch @@ -4691,7 +4691,7 @@ <div class="footer"> <hr class="footer" /> <a class="reference external" href="geany.txt">View document source</a>. -Generated on: 2009-02-13 17:45 UTC. +Generated on: 2009-02-15 14:07 UTC. Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt =================================================================== --- trunk/doc/geany.txt 2009-02-15 14:06:12 UTC (rev 3586) +++ trunk/doc/geany.txt 2009-02-15 14:10:10 UTC (rev 3587) @@ -1,4 +1,4 @@ -.. |(version)| replace:: 0.16 +.. |(version)| replace:: 0.17
======= Geany
Modified: trunk/geany.nsi =================================================================== --- trunk/geany.nsi 2009-02-15 14:06:12 UTC (rev 3586) +++ trunk/geany.nsi 2009-02-15 14:10:10 UTC (rev 3587) @@ -33,8 +33,8 @@ ; helper defines ; ;;;;;;;;;;;;;;;;;;; !define PRODUCT_NAME "Geany" -!define PRODUCT_VERSION "0.16" -!define PRODUCT_VERSION_ID "0.16.0.0" +!define PRODUCT_VERSION "0.17" +!define PRODUCT_VERSION_ID "0.17.0.0" !define PRODUCT_PUBLISHER "The Geany developer team" !define PRODUCT_WEB_SITE "http://www.geany.org/" !define PRODUCT_DIR_REGKEY "Software\Geany"
Modified: trunk/geany_private.rc =================================================================== --- trunk/geany_private.rc 2009-02-15 14:06:12 UTC (rev 3586) +++ trunk/geany_private.rc 2009-02-15 14:10:10 UTC (rev 3587) @@ -5,8 +5,8 @@ A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../pixmaps/geany.ico"
1 VERSIONINFO -FILEVERSION 0,16,0,0 -PRODUCTVERSION 0,16,0,0 +FILEVERSION 0,17,0,0 +PRODUCTVERSION 0,17,0,0 FILETYPE VFT_APP { BLOCK "StringFileInfo" @@ -14,14 +14,14 @@ BLOCK "040704E4" { VALUE "CompanyName", "" - VALUE "FileVersion", "0.16" + VALUE "FileVersion", "0.17" VALUE "FileDescription", "Geany" VALUE "InternalName", "geany" VALUE "LegalCopyright", "Copyright 2005-2009 by the Geany developers" VALUE "LegalTrademarks", "" VALUE "OriginalFilename", "geany" VALUE "ProductName", "geany" - VALUE "ProductVersion", "0.16" + VALUE "ProductVersion", "0.17" } } }
Modified: trunk/src/geany.h =================================================================== --- trunk/src/geany.h 2009-02-15 14:06:12 UTC (rev 3586) +++ trunk/src/geany.h 2009-02-15 14:10:10 UTC (rev 3587) @@ -44,7 +44,7 @@ * listed in the documentation should not be changed */ #define GEANY_FILEDEFS_SUBDIR "filedefs" #define GEANY_TEMPLATES_SUBDIR "templates" -#define GEANY_CODENAME "Argon" +#define GEANY_CODENAME "Wessex" #define GEANY_HOMEPAGE "http://www.geany.org/" #define GEANY_USE_WIN32_DIALOG 0 #define GEANY_STRING_UNTITLED _("untitled")
Modified: trunk/win32-config.h =================================================================== --- trunk/win32-config.h 2009-02-15 14:06:12 UTC (rev 3586) +++ trunk/win32-config.h 2009-02-15 14:10:10 UTC (rev 3587) @@ -283,7 +283,7 @@ /* #undef TM_IN_SYS_TIME */
/* Version number of package */ -#define VERSION "0.16" +#define VERSION "0.17"
/* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */
Modified: trunk/wscript =================================================================== --- trunk/wscript 2009-02-15 14:06:12 UTC (rev 3586) +++ trunk/wscript 2009-02-15 14:10:10 UTC (rev 3587) @@ -45,7 +45,7 @@
APPNAME = 'geany' -VERSION = '0.16' +VERSION = '0.17'
srcdir = '.' blddir = '_build_'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.