Revision: 3129 http://geany.svn.sourceforge.net/geany/?rev=3129&view=rev Author: eht16 Date: 2008-10-19 13:52:12 +0000 (Sun, 19 Oct 2008)
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 2008-10-19 11:08:03 UTC (rev 3128) +++ trunk/ChangeLog 2008-10-19 13:52:12 UTC (rev 3129) @@ -1,6 +1,9 @@ 2008-10-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* New release: Geany 0.15 "Quillan". + * configure.in, geany.nsi, geany_private.rc, win32-config.h, + wscript, doc/geany.txt, doc/geany.html, src/geany.h: + Post-release version bump.
2008-10-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2008-10-19 11:08:03 UTC (rev 3128) +++ trunk/configure.in 2008-10-19 13:52:12 UTC (rev 3129) @@ -2,7 +2,7 @@ dnl $Id$
AC_INIT(configure.in) -AM_INIT_AUTOMAKE(geany, 0.15) +AM_INIT_AUTOMAKE(geany, 0.16)
AM_CONFIG_HEADER(config.h)
Modified: trunk/doc/geany.html =================================================================== --- trunk/doc/geany.html 2008-10-19 11:08:03 UTC (rev 3128) +++ trunk/doc/geany.html 2008-10-19 13:52:12 UTC (rev 3129) @@ -141,7 +141,7 @@ <tr><th class="docinfo-name">Date:</th> <td>2008-10-19</td></tr> <tr><th class="docinfo-name">Version:</th> -<td>0.15</td></tr> +<td>0.16</td></tr> </tbody> </table> <p>Copyright © 2005-2008</p> @@ -3544,7 +3544,7 @@ </tr> <tr><td>geanyversion</td> <td>The actual Geany version, e.g. -"Geany 0.15".</td> +"Geany 0.16".</td> <td>filetypes, file header, function description, ChangeLog entry, bsd, gpl, snippets</td> @@ -3627,7 +3627,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.15.pdf.</p> +geany-0.16.pdf.</p> <p>After you are happy with your changes, create a patch:</p> <pre class="literal-block"> % svn diff geany.txt > foo.patch @@ -4399,7 +4399,7 @@ <div class="footer"> <hr class="footer" /> <a class="reference external" href="geany.txt">View document source</a>. -Generated on: 2008-10-19 10:10 UTC. +Generated on: 2008-10-19 13:50 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 2008-10-19 11:08:03 UTC (rev 3128) +++ trunk/doc/geany.txt 2008-10-19 13:52:12 UTC (rev 3129) @@ -1,4 +1,4 @@ -.. |(version)| replace:: 0.15 +.. |(version)| replace:: 0.16
======= Geany
Modified: trunk/geany.nsi =================================================================== --- trunk/geany.nsi 2008-10-19 11:08:03 UTC (rev 3128) +++ trunk/geany.nsi 2008-10-19 13:52:12 UTC (rev 3129) @@ -8,8 +8,8 @@ ; helper defines ; ;;;;;;;;;;;;;;;;;;; !define PRODUCT_NAME "Geany" -!define PRODUCT_VERSION "0.15" -!define PRODUCT_VERSION_ID "0.15.0.0" +!define PRODUCT_VERSION "0.16" +!define PRODUCT_VERSION_ID "0.16.0.0" !define PRODUCT_PUBLISHER "Enrico Troeger" !define PRODUCT_WEB_SITE "http://www.geany.org/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Geany.exe"
Modified: trunk/geany_private.rc =================================================================== --- trunk/geany_private.rc 2008-10-19 11:08:03 UTC (rev 3128) +++ trunk/geany_private.rc 2008-10-19 13:52:12 UTC (rev 3129) @@ -5,8 +5,8 @@ A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../pixmaps/geany.ico"
1 VERSIONINFO -FILEVERSION 0,15,0,0 -PRODUCTVERSION 0,15,0,0 +FILEVERSION 0,16,0,0 +PRODUCTVERSION 0,16,0,0 FILETYPE VFT_APP { BLOCK "StringFileInfo" @@ -14,14 +14,14 @@ BLOCK "040704E4" { VALUE "CompanyName", "" - VALUE "FileVersion", "0.15" + VALUE "FileVersion", "0.16" VALUE "FileDescription", "Geany" VALUE "InternalName", "geany" VALUE "LegalCopyright", "Copyright 2005-2008 by the Geany developers" VALUE "LegalTrademarks", "" VALUE "OriginalFilename", "geany" VALUE "ProductName", "geany" - VALUE "ProductVersion", "0.15" + VALUE "ProductVersion", "0.16" } } }
Modified: trunk/src/geany.h =================================================================== --- trunk/src/geany.h 2008-10-19 11:08:03 UTC (rev 3128) +++ trunk/src/geany.h 2008-10-19 13:52:12 UTC (rev 3129) @@ -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 "Quillan" +#define GEANY_CODENAME "Argon" #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 2008-10-19 11:08:03 UTC (rev 3128) +++ trunk/win32-config.h 2008-10-19 13:52:12 UTC (rev 3129) @@ -283,7 +283,7 @@ /* #undef TM_IN_SYS_TIME */
/* Version number of package */ -#define VERSION "0.15" +#define VERSION "0.16"
/* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */
Modified: trunk/wscript =================================================================== --- trunk/wscript 2008-10-19 11:08:03 UTC (rev 3128) +++ trunk/wscript 2008-10-19 13:52:12 UTC (rev 3129) @@ -44,7 +44,7 @@
APPNAME = 'geany' -VERSION = '0.15' +VERSION = '0.16'
srcdir = '.' blddir = '_build_'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.