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

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Dec 20 21:42:08 EST 2015


changeset 9661:4a7facc34561
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4a7facc34561
user: Tom
date: Sun Dec 20 21:36:02 2015 -0500
description:
Updated Geeklog version to 2.1.2

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 d857155052de -r 4a7facc34561 public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Wed Dec 09 11:38:18 2015 -0500
+++ b/public_html/admin/install/lib-install.php	Sun Dec 20 21:36:02 2015 -0500
@@ -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.1.1');
+    define('VERSION', '2.1.2');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
diff -r d857155052de -r 4a7facc34561 public_html/siteconfig.php.dist
--- a/public_html/siteconfig.php.dist	Wed Dec 09 11:38:18 2015 -0500
+++ b/public_html/siteconfig.php.dist	Sun Dec 20 21:36:02 2015 -0500
@@ -48,7 +48,7 @@
   define('LB',"\n");
 }
 if (!defined('VERSION')) {
-  define('VERSION', '2.1.1');
+  define('VERSION', '2.1.2');
 }
 
 ?>



More information about the geeklog-cvs mailing list