aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-19 16:07:14 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-19 16:07:14 -0700
commit57e0bfc5a9d03c6e1f2d8708daf59ecdba0a7ad0 (patch)
treeceb880c1954a20332450b247f717073c592f87fa /boot.php
parentb49972a623ae8f021899e2732031ba585b79a4ac (diff)
downloadvolse-hubzilla-57e0bfc5a9d03c6e1f2d8708daf59ecdba0a7ad0.tar.gz
volse-hubzilla-57e0bfc5a9d03c6e1f2d8708daf59ecdba0a7ad0.tar.bz2
volse-hubzilla-57e0bfc5a9d03c6e1f2d8708daf59ecdba0a7ad0.zip
add the project name to site info packet
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 3a1ffea70..57bc63f2c 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', 1157 );
+define ( 'DB_UPDATE_VERSION', 1158 );
/**
* @brief Constant with a HTML line break.