Kaydet (Commit) 8d9dbc4d authored tarafından Enrico Tröger's avatar Enrico Tröger

Post-release version bump.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2508 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst f6e033f7
......@@ -5,6 +5,9 @@
* src/document.c, src/navqueue.c, src/navqueue.h:
Clean related navigation queue items when closing a document.
* New release: Geany 0.14 "Selit".
* configure.in, geany.nsi, geany_private.rc, win32-config.h,
doc/geany.txt, doc/geany.html, src/geany.h:
Post-release version bump.
2008-04-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
......
......@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl $Id$
AC_INIT(configure.in)
AM_INIT_AUTOMAKE(geany, 0.14)
AM_INIT_AUTOMAKE(geany, 0.15)
AM_CONFIG_HEADER(config.h)
......
......@@ -135,7 +135,7 @@ dt {
<tr><th class="docinfo-name">Date:</th>
<td>2008-04-18</td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.14</td></tr>
<td>0.15</td></tr>
</tbody>
</table>
<p>Copyright © 2005-2008</p>
......@@ -3247,7 +3247,7 @@ gpl</td>
</tr>
<tr><td>geanyversion</td>
<td>The actual Geany version, e.g.
&quot;Geany 0.14&quot;.</td>
&quot;Geany 0.15&quot;.</td>
<td>filetypes, file header, function
description, ChangeLog entry, bsd,
gpl</td>
......@@ -3298,7 +3298,7 @@ editing the file, to build the HTML document to see how your changes
look, run &quot;<tt class="docutils literal"><span class="pre">make</span> <span class="pre">doc</span></tt>&quot; 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 &quot;<tt class="docutils literal"><span class="pre">make</span> <span class="pre">pdf</span></tt>&quot; which should generate a file called
geany-0.14.pdf.</p>
geany-0.15.pdf.</p>
<p>After you are happy with your changes, create a patch:</p>
<pre class="literal-block">
% svn diff geany.txt &gt; foo.patch
......@@ -3999,7 +3999,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
Generated on: 2008-04-19 08:23 UTC.
Generated on: 2008-04-19 10:38 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>
......
.. |(version)| replace:: 0.14
.. |(version)| replace:: 0.15
=======
Geany
......
......@@ -8,8 +8,8 @@
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany"
!define PRODUCT_VERSION "0.14"
!define PRODUCT_VERSION_ID "0.14.0.0"
!define PRODUCT_VERSION "0.15"
!define PRODUCT_VERSION_ID "0.15.0.0"
!define PRODUCT_PUBLISHER "Enrico Troeger"
!define PRODUCT_WEB_SITE "http://geany.uvena.de"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Geany.exe"
......
......@@ -5,8 +5,8 @@
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../pixmaps/geany.ico"
1 VERSIONINFO
FILEVERSION 0,14,0,0
PRODUCTVERSION 0,14,0,0
FILEVERSION 0,15,0,0
PRODUCTVERSION 0,15,0,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
......@@ -14,14 +14,14 @@ FILETYPE VFT_APP
BLOCK "040704E4"
{
VALUE "CompanyName", ""
VALUE "FileVersion", "0.14"
VALUE "FileVersion", "0.15"
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.14"
VALUE "ProductVersion", "0.15"
}
}
}
......
......@@ -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 "Selit"
#define GEANY_CODENAME "Quillan"
#define GEANY_HOMEPAGE "http://geany.uvena.de/"
#define GEANY_PROJECT_EXT "geany"
#define GEANY_USE_WIN32_DIALOG 0
......
......@@ -289,7 +289,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "0.14"
#define VERSION "0.15"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment