diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-05-20 23:04:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-05-20 23:04:18 +0200 |
commit | 50e9d024581ddf57f37a6302bc089a88237657bb (patch) | |
tree | df9e1b5e08400ef93a8d10ec2374b70a6319b898 /boot.php | |
parent | e32e6160312d199290797fb67a5d59435786b228 (diff) | |
download | volse-hubzilla-50e9d024581ddf57f37a6302bc089a88237657bb.tar.gz volse-hubzilla-50e9d024581ddf57f37a6302bc089a88237657bb.tar.bz2 volse-hubzilla-50e9d024581ddf57f37a6302bc089a88237657bb.zip |
bump version
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/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.5' ); +define ( 'STD_VERSION', '2.5.1' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1191 ); |