Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Aug 13, 2010
1 parent 103eb61 commit 71afd7f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 18 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
2010-08-13 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>

* win32-config.h, geany.nsi, configure.ac, doc/geany.txt,
doc/geany.html, wscript, geany_private.rc:
Version bump.


2010-08-12 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>

* src/search.c:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl $Id$

AC_INIT(configure.ac)
AM_INIT_AUTOMAKE(geany, 0.19)
AM_INIT_AUTOMAKE(geany, 0.19.1)

m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])

Expand Down
12 changes: 6 additions & 6 deletions doc/geany.html
Expand Up @@ -141,7 +141,7 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2>
<tr><th class="docinfo-name">Date:</th>
<td>2010-08-11</td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.19</td></tr>
<td>0.19.1</td></tr>
</tbody>
</table>
<p>Copyright © 2005-2010</p>
Expand Down Expand Up @@ -3025,7 +3025,7 @@ <h4><a class="toc-backref" href="#id144" id="build-menu-keyboard-shortcuts" name
</div>
<div class="section">
<h4><a class="toc-backref" href="#id145" id="configuration-files" name="configuration-files">Configuration Files</a></h4>
<p>The configurable Build Menu capability was introduced in Geany V0.19 and
<p>The configurable Build Menu capability was introduced in Geany 0.19 and
required a new section to be added to the configuration files (See
<a class="reference" href="#preferences-file-format">Preferences File Format</a>). Geany will still load older format project,
preferences and filetype file settings and will attempt to map them into the new
Expand Down Expand Up @@ -4320,7 +4320,7 @@ <h4><a class="toc-backref" href="#id179" id="settings-section" name="settings-se
</div>
<div class="section">
<h4><a class="toc-backref" href="#id180" id="build-settings-section" name="build-settings-section">[build_settings] Section</a></h4>
<p>As of Geany v0.19 this section is supplemented by the <a class="reference" href="#build-menu-section">[build-menu] Section</a>.
<p>As of Geany 0.19 this section is supplemented by the <a class="reference" href="#build-menu-section">[build-menu] Section</a>.
Values that are set in the [build-menu] section will override those in this section.</p>
<dl class="docutils">
<dt>error_regex</dt>
Expand Down Expand Up @@ -5056,7 +5056,7 @@ <h4><a class="toc-backref" href="#id197" id="template-wildcards" name="template-
</tr>
<tr><td>geanyversion</td>
<td>The actual Geany version, e.g.
&quot;Geany 0.19&quot;.</td>
&quot;Geany 0.19.1&quot;.</td>
<td>file templates, file header,
function description, ChangeLog entry,
bsd, gpl, snippets.</td>
Expand Down Expand Up @@ -5339,7 +5339,7 @@ <h1><a class="toc-backref" href="#id206" id="contributing-to-this-document" name
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.19.pdf.</p>
geany-0.19.1.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
Expand Down Expand Up @@ -6098,7 +6098,7 @@ <h1><a class="toc-backref" href="#id221" id="license-for-scintilla-and-scite" na
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
Generated on: 2010-08-11 14:36 UTC.
Generated on: 2010-08-13 14:20 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>
Expand Down
6 changes: 3 additions & 3 deletions doc/geany.txt
@@ -1,4 +1,4 @@
.. |(version)| replace:: 0.19
.. |(version)| replace:: 0.19.1

=======
Geany
Expand Down Expand Up @@ -2759,7 +2759,7 @@ You can also use underlines in the labels to set mnemonic characters.
Configuration Files
```````````````````

The configurable Build Menu capability was introduced in Geany V0.19 and
The configurable Build Menu capability was introduced in Geany 0.19 and
required a new section to be added to the configuration files (See
`Preferences File Format`_). Geany will still load older format project,
preferences and filetype file settings and will attempt to map them into the new
Expand Down Expand Up @@ -3649,7 +3649,7 @@ lexer_filetype
[build_settings] Section
````````````````````````

As of Geany v0.19 this section is supplemented by the `[build-menu] Section`_.
As of Geany 0.19 this section is supplemented by the `[build-menu] Section`_.
Values that are set in the [build-menu] section will override those in this section.

error_regex
Expand Down
4 changes: 2 additions & 2 deletions geany.nsi
Expand Up @@ -33,8 +33,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista
; helper defines ;
;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "Geany"
!define PRODUCT_VERSION "0.19"
!define PRODUCT_VERSION_ID "0.19.0.0"
!define PRODUCT_VERSION "0.19.1"
!define PRODUCT_VERSION_ID "0.19.1.0"
!define PRODUCT_PUBLISHER "The Geany developer team"
!define PRODUCT_WEB_SITE "http://www.geany.org/"
!define PRODUCT_DIR_REGKEY "Software\Geany"
Expand Down
8 changes: 4 additions & 4 deletions geany_private.rc
Expand Up @@ -5,23 +5,23 @@
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/geany.ico"

1 VERSIONINFO
FILEVERSION 0,19,0,0
PRODUCTVERSION 0,19,0,0
FILEVERSION 0,19,1,0
PRODUCTVERSION 0,19,1,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040704E4"
{
VALUE "CompanyName", ""
VALUE "FileVersion", "0.19"
VALUE "FileVersion", "0.19.1"
VALUE "FileDescription", "Geany"
VALUE "InternalName", "geany"
VALUE "LegalCopyright", "Copyright 2005-2010 by the Geany developers"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "geany"
VALUE "ProductName", "geany"
VALUE "ProductVersion", "0.19"
VALUE "ProductVersion", "0.19.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion win32-config.h
Expand Up @@ -314,7 +314,7 @@
/* #undef volatile */

/* Version number of package */
#define VERSION "0.19"
#define VERSION "0.19.1"

#define REVISION "-1"

Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -55,7 +55,7 @@ from TaskGen import taskgen, feature


APPNAME = 'geany'
VERSION = '0.19'
VERSION = '0.19.1'

srcdir = '.'
blddir = '_build_'
Expand Down

0 comments on commit 71afd7f

Please sign in to comment.