[geeklog-cvs] geeklog: Pragmatic workaround, at least for the beta phase: Set ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Mar 28 14:45:06 EDT 2011


changeset 8204:11c8b3b91de6
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/11c8b3b91de6
user: Dirk Haun <dirk at haun-online.de>
date: Mon Mar 28 19:58:46 2011 +0200
description:
Pragmatic workaround, at least for the beta phase: Set version number to plain 1.8.0

diffstat:

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

diffs (12 lines):

diff -r f8019dda696d -r 11c8b3b91de6 public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Mon Mar 28 19:57:56 2011 +0200
+++ b/public_html/admin/install/lib-install.php	Mon Mar 28 19:58:46 2011 +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.8.0b1');
+    define('VERSION', '1.8.0');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');



More information about the geeklog-cvs mailing list