Kaydet (Commit) 1a3433e7 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@3587 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst ec620255
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.
......@@ -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.16)
AM_INIT_AUTOMAKE(geany, 0.17)
AM_CONFIG_HEADER(config.h)
......
......@@ -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 @@ Stylesheet for Geany's documentation based on a version of John Gabriele.
<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 @@ bsd, gpl, snippets</td>
</tr>
<tr><td>geanyversion</td>
<td>The actual Geany version, e.g.
&quot;Geany 0.16&quot;.</td>
&quot;Geany 0.17&quot;.</td>
<td>filetype templates, file header,
function description, ChangeLog entry,
bsd, gpl, snippets</td>
......@@ -3887,7 +3887,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.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 &gt; foo.patch
......@@ -4691,7 +4691,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<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>
......
.. |(version)| replace:: 0.16
.. |(version)| replace:: 0.17
=======
Geany
......
......@@ -33,8 +33,8 @@ RequestExecutionLevel user ; set execution level for Windows Vista
; 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"
......
......@@ -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 @@ FILETYPE VFT_APP
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"
}
}
}
......
......@@ -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")
......
......@@ -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 */
......
......@@ -45,7 +45,7 @@ from distutils import version
APPNAME = 'geany'
VERSION = '0.16'
VERSION = '0.17'
srcdir = '.'
blddir = '_build_'
......
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