SF.net SVN: geany: [2508] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Apr 19 10:39:27 UTC 2008


Revision: 2508
          http://geany.svn.sourceforge.net/geany/?rev=2508&view=rev
Author:   eht16
Date:     2008-04-19 03:39:27 -0700 (Sat, 19 Apr 2008)

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-19 08:53:47 UTC (rev 2507)
+++ trunk/ChangeLog	2008-04-19 10:39:27 UTC (rev 2508)
@@ -5,6 +5,9 @@
  * src/document.c, src/navqueue.c, src/navqueue.h:
    Clean related navigation queue items when closing a document.
  * New release: Geany 0.14 "Selit".
+ * configure.in, geany.nsi, geany_private.rc, win32-config.h,
+   doc/geany.txt, doc/geany.html, src/geany.h:
+   Post-release version bump.
 
 
 2008-04-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2008-04-19 08:53:47 UTC (rev 2507)
+++ trunk/configure.in	2008-04-19 10:39:27 UTC (rev 2508)
@@ -2,7 +2,7 @@
 dnl $Id$
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(geany, 0.14)
+AM_INIT_AUTOMAKE(geany, 0.15)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2008-04-19 08:53:47 UTC (rev 2507)
+++ trunk/doc/geany.html	2008-04-19 10:39:27 UTC (rev 2508)
@@ -135,7 +135,7 @@
 <tr><th class="docinfo-name">Date:</th>
 <td>2008-04-18</td></tr>
 <tr><th class="docinfo-name">Version:</th>
-<td>0.14</td></tr>
+<td>0.15</td></tr>
 </tbody>
 </table>
 <p>Copyright © 2005-2008</p>
@@ -3247,7 +3247,7 @@
 </tr>
 <tr><td>geanyversion</td>
 <td>The actual Geany version, e.g.
-"Geany 0.14".</td>
+"Geany 0.15".</td>
 <td>filetypes, file header, function
 description, ChangeLog entry, bsd,
 gpl</td>
@@ -3298,7 +3298,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.14.pdf.</p>
+geany-0.15.pdf.</p>
 <p>After you are happy with your changes, create a patch:</p>
 <pre class="literal-block">
 % svn diff geany.txt > foo.patch
@@ -3999,7 +3999,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2008-04-19 08:23 UTC.
+Generated on: 2008-04-19 10:38 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>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2008-04-19 08:53:47 UTC (rev 2507)
+++ trunk/doc/geany.txt	2008-04-19 10:39:27 UTC (rev 2508)
@@ -1,4 +1,4 @@
-.. |(version)| replace:: 0.14
+.. |(version)| replace:: 0.15
 
 =======
  Geany

Modified: trunk/geany.nsi
===================================================================
--- trunk/geany.nsi	2008-04-19 08:53:47 UTC (rev 2507)
+++ trunk/geany.nsi	2008-04-19 10:39:27 UTC (rev 2508)
@@ -8,8 +8,8 @@
 ; helper defines  ;
 ;;;;;;;;;;;;;;;;;;;
 !define PRODUCT_NAME "Geany"
-!define PRODUCT_VERSION "0.14"
-!define PRODUCT_VERSION_ID "0.14.0.0"
+!define PRODUCT_VERSION "0.15"
+!define PRODUCT_VERSION_ID "0.15.0.0"
 !define PRODUCT_PUBLISHER "Enrico Troeger"
 !define PRODUCT_WEB_SITE "http://geany.uvena.de"
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Geany.exe"

Modified: trunk/geany_private.rc
===================================================================
--- trunk/geany_private.rc	2008-04-19 08:53:47 UTC (rev 2507)
+++ trunk/geany_private.rc	2008-04-19 10:39:27 UTC (rev 2508)
@@ -5,8 +5,8 @@
 A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../pixmaps/geany.ico"
 
 1 VERSIONINFO
-FILEVERSION 0,14,0,0
-PRODUCTVERSION 0,14,0,0
+FILEVERSION 0,15,0,0
+PRODUCTVERSION 0,15,0,0
 FILETYPE VFT_APP
 {
   BLOCK "StringFileInfo"
@@ -14,14 +14,14 @@
 		 BLOCK "040704E4"
 		 {
 			 VALUE "CompanyName", ""
-			 VALUE "FileVersion", "0.14"
+			 VALUE "FileVersion", "0.15"
 			 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.14"
+			 VALUE "ProductVersion", "0.15"
 		 }
 	 }
 }

Modified: trunk/src/geany.h
===================================================================
--- trunk/src/geany.h	2008-04-19 08:53:47 UTC (rev 2507)
+++ trunk/src/geany.h	2008-04-19 10:39:27 UTC (rev 2508)
@@ -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					"Selit"
+#define GEANY_CODENAME					"Quillan"
 #define GEANY_HOMEPAGE					"http://geany.uvena.de/"
 #define GEANY_PROJECT_EXT				"geany"
 #define GEANY_USE_WIN32_DIALOG			0

Modified: trunk/win32-config.h
===================================================================
--- trunk/win32-config.h	2008-04-19 08:53:47 UTC (rev 2507)
+++ trunk/win32-config.h	2008-04-19 10:39:27 UTC (rev 2508)
@@ -289,7 +289,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "0.14"
+#define VERSION "0.15"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */


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