Revision: 3768 http://geany.svn.sourceforge.net/geany/?rev=3768&view=rev Author: eht16 Date: 2009-05-02 19:12:15 +0000 (Sat, 02 May 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-05-02 18:16:50 UTC (rev 3767) +++ trunk/ChangeLog 2009-05-02 19:12:15 UTC (rev 3768) @@ -4,6 +4,9 @@ Ignore the invert syntax highlighting colours setting when printing to not print characters on a dark background (closes #2785244). * New release: Geany 0.17 "Wessex". + * configure.in, geany.nsi, geany_private.rc, win32-config.h, wscript, + src/geany.h, doc/geany.html, doc/geany.txt: + Post-release version bump.
2009-04-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-05-02 18:16:50 UTC (rev 3767) +++ trunk/configure.in 2009-05-02 19:12:15 UTC (rev 3768) @@ -2,7 +2,7 @@ dnl $Id$
AC_INIT(configure.in) -AM_INIT_AUTOMAKE(geany, 0.17) +AM_INIT_AUTOMAKE(geany, 0.18)
AM_CONFIG_HEADER(config.h)
Modified: trunk/doc/geany.html =================================================================== --- trunk/doc/geany.html 2009-05-02 18:16:50 UTC (rev 3767) +++ trunk/doc/geany.html 2009-05-02 19:12:15 UTC (rev 3768) @@ -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-05-02" /> +<meta name="date" content="2009-04-24" /> <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-05-02</td></tr> +<td>2009-04-24</td></tr> <tr><th class="docinfo-name">Version:</th> -<td>0.17</td></tr> +<td>0.18</td></tr> </tbody> </table> <p>Copyright © 2005-2009</p> @@ -3768,7 +3768,7 @@ </tr> <tr><td>geanyversion</td> <td>The actual Geany version, e.g. -"Geany 0.17".</td> +"Geany 0.18".</td> <td>filetype templates, file header, function description, ChangeLog entry, bsd, gpl, snippets</td> @@ -3989,7 +3989,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.17.pdf.</p> +geany-0.18.pdf.</p> <p>After you are happy with your changes, create a patch:</p> <pre class="literal-block"> % svn diff geany.txt > foo.patch @@ -4847,7 +4847,7 @@ <div class="footer"> <hr class="footer" /> <a class="reference external" href="geany.txt">View document source</a>. -Generated on: 2009-05-02 17:29 UTC. +Generated on: 2009-05-02 19:09 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-05-02 18:16:50 UTC (rev 3767) +++ trunk/doc/geany.txt 2009-05-02 19:12:15 UTC (rev 3768) @@ -1,4 +1,4 @@ -.. |(version)| replace:: 0.17 +.. |(version)| replace:: 0.18
======= Geany
Modified: trunk/geany.nsi =================================================================== --- trunk/geany.nsi 2009-05-02 18:16:50 UTC (rev 3767) +++ trunk/geany.nsi 2009-05-02 19:12:15 UTC (rev 3768) @@ -33,8 +33,8 @@ ; helper defines ; ;;;;;;;;;;;;;;;;;;; !define PRODUCT_NAME "Geany" -!define PRODUCT_VERSION "0.17" -!define PRODUCT_VERSION_ID "0.17.0.0" +!define PRODUCT_VERSION "0.18" +!define PRODUCT_VERSION_ID "0.18.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-05-02 18:16:50 UTC (rev 3767) +++ trunk/geany_private.rc 2009-05-02 19:12:15 UTC (rev 3768) @@ -5,8 +5,8 @@ A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../pixmaps/geany.ico"
1 VERSIONINFO -FILEVERSION 0,17,0,0 -PRODUCTVERSION 0,17,0,0 +FILEVERSION 0,18,0,0 +PRODUCTVERSION 0,18,0,0 FILETYPE VFT_APP { BLOCK "StringFileInfo" @@ -14,14 +14,14 @@ BLOCK "040704E4" { VALUE "CompanyName", "" - VALUE "FileVersion", "0.17" + VALUE "FileVersion", "0.18" 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.17" + VALUE "ProductVersion", "0.18" } } }
Modified: trunk/src/geany.h =================================================================== --- trunk/src/geany.h 2009-05-02 18:16:50 UTC (rev 3767) +++ trunk/src/geany.h 2009-05-02 19:12:15 UTC (rev 3768) @@ -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 "Wessex" +#define GEANY_CODENAME "Kaine" #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-05-02 18:16:50 UTC (rev 3767) +++ trunk/win32-config.h 2009-05-02 19:12:15 UTC (rev 3768) @@ -282,9 +282,6 @@ /* Define to 1 if your <sys/time.h> declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */
-/* Version number of package */ -#define VERSION "0.17" - /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */
@@ -316,6 +313,9 @@ code using `volatile' can become incorrect without. Disable with care. */ /* #undef volatile */
+/* Version number of package */ +#define VERSION "0.18" + #define REVISION "-1"
/* Define if you want to detect a running instance */
Modified: trunk/wscript =================================================================== --- trunk/wscript 2009-05-02 18:16:50 UTC (rev 3767) +++ trunk/wscript 2009-05-02 19:12:15 UTC (rev 3768) @@ -45,7 +45,7 @@
APPNAME = 'geany' -VERSION = '0.17' +VERSION = '0.18'
srcdir = '.' blddir = '_build_'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.