[geeklog-cvs] geeklog: 1.7.1 -> 1.8.0

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Nov 1 12:06:35 EDT 2010


changeset 8006:6a84f961d46b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/6a84f961d46b
user: Dirk Haun <dirk at haun-online.de>
date: Mon Nov 01 17:01:49 2010 +0100
description:
1.7.1 -> 1.8.0

diffstat:

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

diffs (33 lines):

diff -r 8957cc2ab015 -r 6a84f961d46b public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Mon Nov 01 16:43:16 2010 +0100
+++ b/public_html/admin/install/lib-install.php	Mon Nov 01 17:01:49 2010 +0100
@@ -2,7 +2,7 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.7                                                               |
+// | Geeklog 1.8                                                               |
 // +---------------------------------------------------------------------------+
 // | lib-install.php                                                           |
 // |                                                                           |
@@ -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.1');
+    define('VERSION', '1.8.0hg');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
diff -r 8957cc2ab015 -r 6a84f961d46b public_html/siteconfig.php.dist
--- a/public_html/siteconfig.php.dist	Mon Nov 01 16:43:16 2010 +0100
+++ b/public_html/siteconfig.php.dist	Mon Nov 01 17:01:49 2010 +0100
@@ -38,7 +38,7 @@
   define('LB',"\n");
 }
 if (!defined('VERSION')) {
-  define('VERSION', '1.7.1');
+  define('VERSION', '1.8.0');
 }
 
 ?>



More information about the geeklog-cvs mailing list