diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-09-05 10:36:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-09-05 10:36:28 +0200 |
commit | 2226d708ba991011d66885fb6df8fd3c02ca1fec (patch) | |
tree | e71b91cad0d0efb7ba483d295cd26db42d4b8b09 | |
parent | ba33c51b8c97992c374861bece427ffa6a7b6d9a (diff) | |
download | volse-hubzilla-2226d708ba991011d66885fb6df8fd3c02ca1fec.tar.gz volse-hubzilla-2226d708ba991011d66885fb6df8fd3c02ca1fec.tar.bz2 volse-hubzilla-2226d708ba991011d66885fb6df8fd3c02ca1fec.zip |
bump STD_VERSION due to possible js chaching issue with new jotnets implementation
-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.13' ); +define ( 'STD_VERSION', '1.13.1' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1182 ); |