SF.net SVN: geany:[4100] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Aug 16 21:49:09 UTC 2009
Revision: 4100
http://geany.svn.sourceforge.net/geany/?rev=4100&view=rev
Author: eht16
Date: 2009-08-16 21:49:09 +0000 (Sun, 16 Aug 2009)
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 2009-08-16 17:28:08 UTC (rev 4099)
+++ trunk/ChangeLog 2009-08-16 21:49:09 UTC (rev 4100)
@@ -7,6 +7,9 @@
* src/win32.c:
Fix opening of local files in the browser on Windows.
* New release: Geany 0.18 "Kaine".
+ * configure.in, geany.nsi, geany_private.rc, win32-config.h, wscript,
+ src/geany.h, doc/geany.html, doc/geany.txt:
+ Post-release version bump.
2009-08-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2009-08-16 17:28:08 UTC (rev 4099)
+++ trunk/configure.in 2009-08-16 21:49:09 UTC (rev 4100)
@@ -2,7 +2,7 @@
dnl $Id$
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(geany, 0.18)
+AM_INIT_AUTOMAKE(geany, 0.19)
AM_CONFIG_HEADER(config.h)
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2009-08-16 17:28:08 UTC (rev 4099)
+++ trunk/doc/geany.html 2009-08-16 21:49:09 UTC (rev 4100)
@@ -141,7 +141,7 @@
<tr><th class="docinfo-name">Date:</th>
<td>2009-08-16</td></tr>
<tr><th class="docinfo-name">Version:</th>
-<td>0.18</td></tr>
+<td>0.19</td></tr>
</tbody>
</table>
<p>Copyright © 2005-2009</p>
@@ -3935,7 +3935,7 @@
</tr>
<tr><td>geanyversion</td>
<td>The actual Geany version, e.g.
-"Geany 0.18".</td>
+"Geany 0.19".</td>
<td>filetype templates, file header,
function description, ChangeLog entry,
bsd, gpl, snippets</td>
@@ -4163,7 +4163,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.18.pdf.</p>
+geany-0.19.pdf.</p>
<p>After you are happy with your changes, create a patch:</p>
<pre class="literal-block">
% svn diff geany.txt > foo.patch
@@ -5015,7 +5015,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference external" href="geany.txt">View document source</a>.
-Generated on: 2009-08-16 16:22 UTC.
+Generated on: 2009-08-16 21:45 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 2009-08-16 17:28:08 UTC (rev 4099)
+++ trunk/doc/geany.txt 2009-08-16 21:49:09 UTC (rev 4100)
@@ -1,4 +1,4 @@
-.. |(version)| replace:: 0.18
+.. |(version)| replace:: 0.19
=======
Geany
Modified: trunk/geany.nsi
===================================================================
--- trunk/geany.nsi 2009-08-16 17:28:08 UTC (rev 4099)
+++ trunk/geany.nsi 2009-08-16 21:49:09 UTC (rev 4100)
@@ -33,8 +33,8 @@
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany"
-!define PRODUCT_VERSION "0.18"
-!define PRODUCT_VERSION_ID "0.18.0.0"
+!define PRODUCT_VERSION "0.19"
+!define PRODUCT_VERSION_ID "0.19.0.0"
!define PRODUCT_PUBLISHER "The Geany developer team"
!define PRODUCT_WEB_SITE "http://www.geany.org/"
!define PRODUCT_DIR_REGKEY "Software\Geany"
Modified: trunk/geany_private.rc
===================================================================
--- trunk/geany_private.rc 2009-08-16 17:28:08 UTC (rev 4099)
+++ trunk/geany_private.rc 2009-08-16 21:49:09 UTC (rev 4100)
@@ -5,8 +5,8 @@
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/geany.ico"
1 VERSIONINFO
-FILEVERSION 0,18,0,0
-PRODUCTVERSION 0,18,0,0
+FILEVERSION 0,19,0,0
+PRODUCTVERSION 0,19,0,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
@@ -14,14 +14,14 @@
BLOCK "040704E4"
{
VALUE "CompanyName", ""
- VALUE "FileVersion", "0.18"
+ VALUE "FileVersion", "0.19"
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.18"
+ VALUE "ProductVersion", "0.19"
}
}
}
Modified: trunk/src/geany.h
===================================================================
--- trunk/src/geany.h 2009-08-16 17:28:08 UTC (rev 4099)
+++ trunk/src/geany.h 2009-08-16 21:49:09 UTC (rev 4100)
@@ -47,7 +47,7 @@
* listed in the documentation should not be changed */
#define GEANY_FILEDEFS_SUBDIR "filedefs"
#define GEANY_TEMPLATES_SUBDIR "templates"
-#define GEANY_CODENAME "Kaine"
+#define GEANY_CODENAME "Vellam"
#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 2009-08-16 17:28:08 UTC (rev 4099)
+++ trunk/win32-config.h 2009-08-16 21:49:09 UTC (rev 4100)
@@ -314,7 +314,7 @@
/* #undef volatile */
/* Version number of package */
-#define VERSION "0.18"
+#define VERSION "0.19"
#define REVISION "-1"
Modified: trunk/wscript
===================================================================
--- trunk/wscript 2009-08-16 17:28:08 UTC (rev 4099)
+++ trunk/wscript 2009-08-16 21:49:09 UTC (rev 4100)
@@ -35,7 +35,7 @@
Known issues: Dependency handling is buggy, e.g. if src/document.h is
changed, depending source files are not rebuilt (maybe Waf bug).
-The code of this file itself loosely follows PEP 8 with some exceptions
+The code of this file itself loosely follows PEP 8 with some exceptions
(line width 100 characters and some other minor things).
Requires WAF 1.5.7 and Python 2.4 (or later).
@@ -54,7 +54,7 @@
APPNAME = 'geany'
-VERSION = '0.18'
+VERSION = '0.19'
srcdir = '.'
blddir = '_build_'
@@ -273,7 +273,7 @@
conf.env.append_value('CCFLAGS', '-DHAVE_CONFIG_H')
# Scintilla flags
- conf.env.append_value('CXXFLAGS',
+ conf.env.append_value('CXXFLAGS',
'-DNDEBUG -DGTK -DGTK2 -DSCI_LEXER -DG_THREADS_IMPL_NONE'.split())
@@ -287,10 +287,10 @@
opt.add_option('--disable-plugins', action='store_true', default=False,
help='compile without plugin support [default: No]', dest='no_plugins')
opt.add_option('--disable-socket', action='store_true', default=False,
- help='compile without support to detect a running instance [[default: No]',
+ help='compile without support to detect a running instance [[default: No]',
dest='no_socket')
opt.add_option('--disable-vte', action='store_true', default=target_is_win32(os.environ),
- help='compile without support for an embedded virtual terminal [[default: No]',
+ help='compile without support for an embedded virtual terminal [[default: No]',
dest='no_vte')
opt.add_option('--enable-gnu-regex', action='store_true', default=False,
help='compile with included GNU regex library [default: No]', dest='gnu_regex')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list