From 4c6368d0750650ac2281d5a1b1831ca9d5b00501 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 30 Jul 2015 17:07:03 -0700 Subject: dummy update --- boot.php | 2 +- install/update.php | 7 ++++++- version.inc | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/boot.php b/boot.php index 53a3aebee..2eeec1847 100755 --- a/boot.php +++ b/boot.php @@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1144 ); +define ( 'DB_UPDATE_VERSION', 1145 ); /** * @brief Constant with a HTML line break. diff --git a/install/update.php b/install/update.php index fb49e9a16..0f9ec4c79 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@