diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-28 16:59:56 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-28 16:59:56 -0700 |
commit | 0f09a4499b462298ec18f7145c93410a0d62686b (patch) | |
tree | 2fa420fb319ad9fe5b8a5c98da28901dacefb84c /boot.php | |
parent | 1a86e3321b124d2f01975301a88b8d42381d2339 (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |