Branch: refs/heads/1.23 Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 19 May 2013 13:11:41 UTC Commit: b65284d973219cec41ed6b8f9905c130eeb5721d https://github.com/geany/geany/commit/b65284d973219cec41ed6b8f9905c130eeb572...
Log Message: ----------- Pre-release version bump for 1.23.1
Modified Paths: -------------- configure.ac doc/geany.1.in doc/geany.html doc/geany.txt geany.nsi geany_private.rc win32-config.h wscript
Modified: configure.ac 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60]) -AC_INIT([Geany], [1.23], +AC_INIT([Geany], [1.23.1], [https://sourceforge.net/tracker/?group_id=153444&atid=787791]) AC_CONFIG_SRCDIR([src/geany.h]) AC_CONFIG_AUX_DIR([build-aux])
Modified: doc/geany.1.in 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,4 +1,4 @@ -.TH "GEANY" "1" "March 10, 2013" "geany @VERSION@" "" +.TH "GEANY" "1" "May 19, 2013" "geany @VERSION@" "" .SH "NAME" Geany (em a small and lightweight IDE .SH "SYNOPSIS"
Modified: doc/geany.html 14 files changed, 7 insertions(+), 7 deletions(-) =================================================================== @@ -3,10 +3,10 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/" /> <title>Geany</title> <meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz Colomban Wendling Matthew Brush" /> -<meta name="date" content="2013-03-10" /> +<meta name="date" content="2013-05-19" /> <style type="text/css">
/* @@ -141,9 +141,9 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2> <br />Colomban Wendling <br />Matthew Brush</td></tr> <tr><th class="docinfo-name">Date:</th> -<td>2013-03-10</td></tr> +<td>2013-05-19</td></tr> <tr><th class="docinfo-name">Version:</th> -<td>1.23</td></tr> +<td>1.23.1</td></tr> </tbody> </table> <p>Copyright © 2005-2012</p> @@ -5696,7 +5696,7 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2> </tr> <tr><td>geanyversion</td> <td>The actual Geany version, e.g. -"Geany 1.23".</td> +"Geany 1.23.1".</td> <td>file templates, file header, function description, ChangeLog entry, bsd, gpl, snippets.</td> @@ -6028,7 +6028,7 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2> look, run "<tt class="docutils literal">make doc</tt>" in the subdirectory <tt class="docutils literal">doc</tt> of Geany's source directory. This regenerates the <tt class="docutils literal">geany.html</tt> file. To generate a PDF file, use the command "<tt class="docutils literal">make pdf</tt>" which should generate a file called -geany-1.23.pdf.</p> +geany-1.23.1.pdf.</p> <p>After you are happy with your changes, create a patch e.g. by using:</p> <pre class="literal-block"> % git diff geany.txt > foo.patch @@ -6836,7 +6836,7 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2> <div class="footer"> <hr class="footer" /> <a class="reference external" href="geany.txt">View document source</a>. -Generated on: 2013-03-10 12:45 UTC. +Generated on: 2013-05-19 13:09 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: doc/geany.txt 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1,4 +1,4 @@ -.. |(version)| replace:: 1.23 +.. |(version)| replace:: 1.23.1
======= Geany @@ -13,7 +13,7 @@ Frank Lanitz, Colomban Wendling, Matthew Brush -:Date: 2013-03-10 +:Date: 2013-05-19 :Version: |(version)|
Copyright © 2005-2012
Modified: geany.nsi 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -32,8 +32,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista ; helper defines ; ;;;;;;;;;;;;;;;;;;; !define PRODUCT_NAME "Geany" -!define PRODUCT_VERSION "1.23" -!define PRODUCT_VERSION_ID "1.23.0.0" +!define PRODUCT_VERSION "1.23.1" +!define PRODUCT_VERSION_ID "1.23.1.0" !define PRODUCT_PUBLISHER "The Geany developer team" !define PRODUCT_WEB_SITE "http://www.geany.org/" !define PRODUCT_DIR_REGKEY "Software\Geany"
Modified: geany_private.rc 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1,8 +1,8 @@
#include <windows.h> // include for version info constants
-#define VER_FILEVERSION 1,23,0,0 -#define VER_FILEVERSION_STR "1.23" +#define VER_FILEVERSION 1,23,1,0 +#define VER_FILEVERSION_STR "1.23.1" #define APP_MANIFEST 1
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/geany.ico"
Modified: win32-config.h 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -314,7 +314,7 @@ /* #undef volatile */
/* Version number of package */ -#define VERSION "1.23" +#define VERSION "1.23.1"
#define REVISION "-1"
Modified: wscript 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -49,7 +49,7 @@ from waflib.TaskGen import feature
APPNAME = 'geany' -VERSION = '1.23' +VERSION = '1.23.1' LINGUAS_FILE = 'po/LINGUAS' MINIMUM_GTK_VERSION = '2.16.0' MINIMUM_GLIB_VERSION = '2.20.0'
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).