[geeklog-cvs] geeklog: Set version number to 1.7.1hg

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu May 13 10:42:14 EDT 2010


changeset 7929:2840c09a8d90
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/2840c09a8d90
user: Dirk Haun <dirk at haun-online.de>
date: Thu May 13 15:47:36 2010 +0200
description:
Set version number to 1.7.1hg

diffstat:

 public_html/admin/install/lib-install.php |  2 +-
 public_html/siteconfig.php.dist           |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r f53df9bb041f -r 2840c09a8d90 public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Thu May 13 14:53:26 2010 +0200
+++ b/public_html/admin/install/lib-install.php	Thu May 13 15:47:36 2010 +0200
@@ -56,7 +56,7 @@
     * This constant defines Geeklog's version number. It will be written to
     * siteconfig.php and the database (in the latter case minus any suffix).
     */
-    define('VERSION', '1.7.0');
+    define('VERSION', '1.7.1hg');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
diff -r f53df9bb041f -r 2840c09a8d90 public_html/siteconfig.php.dist
--- a/public_html/siteconfig.php.dist	Thu May 13 14:53:26 2010 +0200
+++ b/public_html/siteconfig.php.dist	Thu May 13 15:47:36 2010 +0200
@@ -38,7 +38,7 @@
   define('LB',"\n");
 }
 if (!defined('VERSION')) {
-  define('VERSION', '1.7.0');
+  define('VERSION', '1.7.1');
 }
 
 ?>



More information about the geeklog-cvs mailing list