diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-15 14:53:15 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-15 14:53:15 +0200 |
commit | 9048f8cffea94b653e97bed421e2be10c9c6a7d3 (patch) | |
tree | b5627fe8bf83136d354f7a2ccaee97a6cba84b07 /boot.php | |
parent | 4a2fb8336e71557757f13136ae62639cc9732c22 (diff) | |
download | volse-hubzilla-9048f8cffea94b653e97bed421e2be10c9c6a7d3.tar.gz volse-hubzilla-9048f8cffea94b653e97bed421e2be10c9c6a7d3.tar.bz2 volse-hubzilla-9048f8cffea94b653e97bed421e2be10c9c6a7d3.zip |
bump minor version because of jquery update
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.9' ); +define ( 'STD_VERSION', '1.9.1' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1180 ); |