diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-19 21:51:30 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-19 21:51:30 +0100 |
commit | 46ab7ca78650441165017fc0c772506e200820e3 (patch) | |
tree | 9d973553d18fa5a40517cf66eb9ebcf98c75d8c1 /boot.php | |
parent | 3efe144fa0c455529a3f6244557d1253885134cf (diff) | |
download | volse-hubzilla-46ab7ca78650441165017fc0c772506e200820e3.tar.gz volse-hubzilla-46ab7ca78650441165017fc0c772506e200820e3.tar.bz2 volse-hubzilla-46ab7ca78650441165017fc0c772506e200820e3.zip |
bump version to catch media breakpoint changes
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.9' ); +define ( 'STD_VERSION', '2.9.1' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |