aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-28 16:59:56 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-28 16:59:56 -0700
commit0f09a4499b462298ec18f7145c93410a0d62686b (patch)
tree2fa420fb319ad9fe5b8a5c98da28901dacefb84c /boot.php
parent1a86e3321b124d2f01975301a88b8d42381d2339 (diff)
downloadvolse-hubzilla-0f09a4499b462298ec18f7145c93410a0d62686b.tar.gz
volse-hubzilla-0f09a4499b462298ec18f7145c93410a0d62686b.tar.bz2
volse-hubzilla-0f09a4499b462298ec18f7145c93410a0d62686b.zip
add menu_created, menu_edited fields to DB
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 ad75a2d25..886ce3670 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', 1141 );
+define ( 'DB_UPDATE_VERSION', 1142 );
/**
* @brief Constant with a HTML line break.