diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-31 09:44:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-31 09:44:27 +0100 |
commit | 7f2c7cacd35139a7e55178f7737dfda393bb7a79 (patch) | |
tree | 908e77266e066425462afa0027f8618ab5714065 /boot.php | |
parent | 62a911a57e665b588f341de5700fe9315f45f9ae (diff) | |
download | volse-hubzilla-7f2c7cacd35139a7e55178f7737dfda393bb7a79.tar.gz volse-hubzilla-7f2c7cacd35139a7e55178f7737dfda393bb7a79.tar.bz2 volse-hubzilla-7f2c7cacd35139a7e55178f7737dfda393bb7a79.zip |
bump min version
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ require_once('include/zid.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.0.1' ); +define ( 'STD_VERSION', '2.0.2' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1185 ); |