Post-release version bump.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3129 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
e9f66e631b
commit
de54e72ecb
@ -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>
|
||||
|
||||
@ -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.15)
|
||||
AM_INIT_AUTOMAKE(geany, 0.16)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
||||
@ -141,7 +141,7 @@ Stylesheet for Geany's documentation based on a version of John Gabriele.
|
||||
<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 @@ gpl, snippets</td>
|
||||
</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 @@ editing the file, to build the HTML document to see how your changes
|
||||
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 @@ 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: 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>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.. |(version)| replace:: 0.15
|
||||
.. |(version)| replace:: 0.16
|
||||
|
||||
=======
|
||||
Geany
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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 @@ FILETYPE VFT_APP
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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")
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user