[geeklog-hg] geeklog: Updated Geeklog version to 2.0.1

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Apr 2 17:39:50 EDT 2013


changeset 9024:84cfc7409e9f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/84cfc7409e9f
user: Tom <websitemaster at cogeco.net>
date: Tue Apr 02 17:37:17 2013 -0400
description:
Updated Geeklog version to 2.0.1

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 6dee451f5010 -r 84cfc7409e9f public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Tue Apr 02 17:32:55 2013 -0400
+++ b/public_html/admin/install/lib-install.php	Tue Apr 02 17:37:17 2013 -0400
@@ -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', '2.0.0');
+    define('VERSION', '2.0.1');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
diff -r 6dee451f5010 -r 84cfc7409e9f public_html/siteconfig.php.dist
--- a/public_html/siteconfig.php.dist	Tue Apr 02 17:32:55 2013 -0400
+++ b/public_html/siteconfig.php.dist	Tue Apr 02 17:37:17 2013 -0400
@@ -38,7 +38,7 @@
   define('LB',"\n");
 }
 if (!defined('VERSION')) {
-  define('VERSION', '2.0.0');
+  define('VERSION', '2.0.1');
 }
 
 ?>



More information about the geeklog-cvs mailing list