diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-22 02:32:04 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-22 02:32:04 -0700 |
commit | 0b1b11ea53ee3fd466eb338ac5ce67e62af87413 (patch) | |
tree | 7bdda0d64e1bf27f860af620dcab160c470664cc /boot.php | |
parent | 146ff6f70308647b27374a1bba386c156498bd2e (diff) | |
download | volse-hubzilla-0b1b11ea53ee3fd466eb338ac5ce67e62af87413.tar.gz volse-hubzilla-0b1b11ea53ee3fd466eb338ac5ce67e62af87413.tar.bz2 volse-hubzilla-0b1b11ea53ee3fd466eb338ac5ce67e62af87413.zip |
heavy lifting for delivery reports
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1153 ); +define ( 'DB_UPDATE_VERSION', 1154 ); /** * @brief Constant with a HTML line break. |