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>
|
2008-10-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||||
|
|
||||||
* New release: Geany 0.15 "Quillan".
|
* 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>
|
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$
|
dnl $Id$
|
||||||
|
|
||||||
AC_INIT(configure.in)
|
AC_INIT(configure.in)
|
||||||
AM_INIT_AUTOMAKE(geany, 0.15)
|
AM_INIT_AUTOMAKE(geany, 0.16)
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
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>
|
<tr><th class="docinfo-name">Date:</th>
|
||||||
<td>2008-10-19</td></tr>
|
<td>2008-10-19</td></tr>
|
||||||
<tr><th class="docinfo-name">Version:</th>
|
<tr><th class="docinfo-name">Version:</th>
|
||||||
<td>0.15</td></tr>
|
<td>0.16</td></tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>Copyright © 2005-2008</p>
|
<p>Copyright © 2005-2008</p>
|
||||||
@ -3544,7 +3544,7 @@ gpl, snippets</td>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr><td>geanyversion</td>
|
<tr><td>geanyversion</td>
|
||||||
<td>The actual Geany version, e.g.
|
<td>The actual Geany version, e.g.
|
||||||
"Geany 0.15".</td>
|
"Geany 0.16".</td>
|
||||||
<td>filetypes, file header, function
|
<td>filetypes, file header, function
|
||||||
description, ChangeLog entry, bsd,
|
description, ChangeLog entry, bsd,
|
||||||
gpl, snippets</td>
|
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
|
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
|
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
|
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>
|
<p>After you are happy with your changes, create a patch:</p>
|
||||||
<pre class="literal-block">
|
<pre class="literal-block">
|
||||||
% svn diff geany.txt > foo.patch
|
% svn diff geany.txt > foo.patch
|
||||||
@ -4399,7 +4399,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
|
|||||||
<div class="footer">
|
<div class="footer">
|
||||||
<hr class="footer" />
|
<hr class="footer" />
|
||||||
<a class="reference external" href="geany.txt">View document source</a>.
|
<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.
|
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>
|
</div>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.. |(version)| replace:: 0.15
|
.. |(version)| replace:: 0.16
|
||||||
|
|
||||||
=======
|
=======
|
||||||
Geany
|
Geany
|
||||||
|
|||||||
@ -8,8 +8,8 @@
|
|||||||
; helper defines ;
|
; helper defines ;
|
||||||
;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;
|
||||||
!define PRODUCT_NAME "Geany"
|
!define PRODUCT_NAME "Geany"
|
||||||
!define PRODUCT_VERSION "0.15"
|
!define PRODUCT_VERSION "0.16"
|
||||||
!define PRODUCT_VERSION_ID "0.15.0.0"
|
!define PRODUCT_VERSION_ID "0.16.0.0"
|
||||||
!define PRODUCT_PUBLISHER "Enrico Troeger"
|
!define PRODUCT_PUBLISHER "Enrico Troeger"
|
||||||
!define PRODUCT_WEB_SITE "http://www.geany.org/"
|
!define PRODUCT_WEB_SITE "http://www.geany.org/"
|
||||||
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Geany.exe"
|
!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"
|
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../pixmaps/geany.ico"
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 0,15,0,0
|
FILEVERSION 0,16,0,0
|
||||||
PRODUCTVERSION 0,15,0,0
|
PRODUCTVERSION 0,16,0,0
|
||||||
FILETYPE VFT_APP
|
FILETYPE VFT_APP
|
||||||
{
|
{
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
@ -14,14 +14,14 @@ FILETYPE VFT_APP
|
|||||||
BLOCK "040704E4"
|
BLOCK "040704E4"
|
||||||
{
|
{
|
||||||
VALUE "CompanyName", ""
|
VALUE "CompanyName", ""
|
||||||
VALUE "FileVersion", "0.15"
|
VALUE "FileVersion", "0.16"
|
||||||
VALUE "FileDescription", "Geany"
|
VALUE "FileDescription", "Geany"
|
||||||
VALUE "InternalName", "geany"
|
VALUE "InternalName", "geany"
|
||||||
VALUE "LegalCopyright", "Copyright 2005-2008 by the Geany developers"
|
VALUE "LegalCopyright", "Copyright 2005-2008 by the Geany developers"
|
||||||
VALUE "LegalTrademarks", ""
|
VALUE "LegalTrademarks", ""
|
||||||
VALUE "OriginalFilename", "geany"
|
VALUE "OriginalFilename", "geany"
|
||||||
VALUE "ProductName", "geany"
|
VALUE "ProductName", "geany"
|
||||||
VALUE "ProductVersion", "0.15"
|
VALUE "ProductVersion", "0.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
* listed in the documentation should not be changed */
|
* listed in the documentation should not be changed */
|
||||||
#define GEANY_FILEDEFS_SUBDIR "filedefs"
|
#define GEANY_FILEDEFS_SUBDIR "filedefs"
|
||||||
#define GEANY_TEMPLATES_SUBDIR "templates"
|
#define GEANY_TEMPLATES_SUBDIR "templates"
|
||||||
#define GEANY_CODENAME "Quillan"
|
#define GEANY_CODENAME "Argon"
|
||||||
#define GEANY_HOMEPAGE "http://www.geany.org/"
|
#define GEANY_HOMEPAGE "http://www.geany.org/"
|
||||||
#define GEANY_USE_WIN32_DIALOG 0
|
#define GEANY_USE_WIN32_DIALOG 0
|
||||||
#define GEANY_STRING_UNTITLED _("untitled")
|
#define GEANY_STRING_UNTITLED _("untitled")
|
||||||
|
|||||||
@ -283,7 +283,7 @@
|
|||||||
/* #undef TM_IN_SYS_TIME */
|
/* #undef TM_IN_SYS_TIME */
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.15"
|
#define VERSION "0.16"
|
||||||
|
|
||||||
/* Define to empty if `const' does not conform to ANSI C. */
|
/* Define to empty if `const' does not conform to ANSI C. */
|
||||||
/* #undef const */
|
/* #undef const */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user