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

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 11 12:56:23 EDT 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/9fe12b441d71
changeset: 6434:9fe12b441d71
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Oct 11 18:56:13 2008 +0200
description:
Set version number to 1.5.2

diffstat:

4 files changed, 10 insertions(+), 5 deletions(-)
public_html/admin/install/index.php |    9 +++++++--
public_html/siteconfig.php.dist     |    2 +-
sql/mssql_tableanddata.php          |    2 +-
sql/mysql_tableanddata.php          |    2 +-

diffs (69 lines):

diff -r f26f5f57925d -r 9fe12b441d71 public_html/admin/install/index.php
--- a/public_html/admin/install/index.php	Sat Oct 11 13:32:25 2008 +0200
+++ b/public_html/admin/install/index.php	Sat Oct 11 18:56:13 2008 +0200
@@ -50,7 +50,7 @@
     define("LB", "\n");
 }
 if (!defined('VERSION')) {
-    define('VERSION', '1.5.1');
+    define('VERSION', '1.5.2');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
@@ -576,7 +576,7 @@
                                           . '<p>' . $LANG_INSTALL[91] . '</p>';
                             } else {
 
-                                $old_versions = array('1.2.5-1','1.3','1.3.1','1.3.2','1.3.2-1','1.3.3','1.3.4','1.3.5','1.3.6','1.3.7','1.3.8','1.3.9','1.3.10','1.3.11','1.4.0','1.4.1','1.5.0');
+                                $old_versions = array('1.2.5-1','1.3','1.3.1','1.3.2','1.3.2-1','1.3.3','1.3.4','1.3.5','1.3.6','1.3.7','1.3.8','1.3.9','1.3.10','1.3.11','1.4.0','1.4.1','1.5.0','1.5.1');
                                 if (empty($curv)) {
                                     // If we were unable to determine the current GL
                                     // version is then ask the user what it is
@@ -1631,6 +1631,11 @@
             $_SQL = '';
             break;
 
+        case '1.5.1':
+            $current_gl_version = '1.5.2';
+            $_SQL = '';
+            break;
+
         default:
             $done = true;
         }
diff -r f26f5f57925d -r 9fe12b441d71 public_html/siteconfig.php.dist
--- a/public_html/siteconfig.php.dist	Sat Oct 11 13:32:25 2008 +0200
+++ b/public_html/siteconfig.php.dist	Sat Oct 11 18:56:13 2008 +0200
@@ -38,7 +38,7 @@
   define('LB',"\n");
 }
 if (!defined('VERSION')) {
-  define('VERSION', '1.5.1');
+  define('VERSION', '1.5.2hg');
 }
 
 ?>
diff -r f26f5f57925d -r 9fe12b441d71 sql/mssql_tableanddata.php
--- a/sql/mssql_tableanddata.php	Sat Oct 11 13:32:25 2008 +0200
+++ b/sql/mssql_tableanddata.php	Sat Oct 11 18:56:13 2008 +0200
@@ -1735,7 +1735,7 @@
 $_SQL[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('lastemailedstories','')";
 $_SQL[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('last_scheduled_run','')";
 $_SQL[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('spamx.counter','0')";
-$_SQL[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('database_version','1.5.1')";
+$_SQL[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('database_version','1.5.2')";
 
 $_SQL[] = "INSERT INTO {$_TABLES['trackbackcodes']} (code, name) VALUES (0,'Trackback Enabled')";
 $_SQL[] = "INSERT INTO {$_TABLES['trackbackcodes']} (code, name) VALUES (-1,'Trackback Disabled')";
diff -r f26f5f57925d -r 9fe12b441d71 sql/mysql_tableanddata.php
--- a/sql/mysql_tableanddata.php	Sat Oct 11 13:32:25 2008 +0200
+++ b/sql/mysql_tableanddata.php	Sat Oct 11 18:56:13 2008 +0200
@@ -982,7 +982,7 @@
 $_DATA[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('lastemailedstories','') ";
 $_DATA[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('last_scheduled_run','') ";
 $_DATA[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('spamx.counter','0') ";
-$_DATA[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('database_version','1.5.1') ";
+$_DATA[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('database_version','1.5.2') ";
 
 $_DATA[] = "INSERT INTO {$_TABLES['trackbackcodes']} (code, name) VALUES (0,'Trackback Enabled') ";
 $_DATA[] = "INSERT INTO {$_TABLES['trackbackcodes']} (code, name) VALUES (-1,'Trackback Disabled') ";



More information about the geeklog-cvs mailing list