[geeklog-cvs] geeklog: Set version number to 1.8.1

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 28 11:09:01 EDT 2011


changeset 8391:1d708070aafc
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/1d708070aafc
user: Dirk Haun <dirk at haun-online.de>
date: Sun Aug 28 17:05:27 2011 +0200
description:
Set version number to 1.8.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 4783dd6290a5 -r 1d708070aafc public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Sun Aug 28 17:04:38 2011 +0200
+++ b/public_html/admin/install/lib-install.php	Sun Aug 28 17:05:27 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.0');
+    define('VERSION', '1.8.1');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
diff -r 4783dd6290a5 -r 1d708070aafc public_html/siteconfig.php.dist
--- a/public_html/siteconfig.php.dist	Sun Aug 28 17:04:38 2011 +0200
+++ b/public_html/siteconfig.php.dist	Sun Aug 28 17:05:27 2011 +0200
@@ -38,7 +38,7 @@
   define('LB',"\n");
 }
 if (!defined('VERSION')) {
-  define('VERSION', '1.8.0');
+  define('VERSION', '1.8.1');
 }
 
 ?>



More information about the geeklog-cvs mailing list