diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-20 22:03:39 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-20 22:03:39 +0200 |
commit | 953ac6f3c7a341da2ed78335568b01828e45df46 (patch) | |
tree | 86ebd4efd638bdd88ba6c00cef86aae5cbce645d /boot.php | |
parent | 985fb44424a8f321b77ed96466190e5fdeca34d6 (diff) | |
download | volse-hubzilla-953ac6f3c7a341da2ed78335568b01828e45df46.tar.gz volse-hubzilla-953ac6f3c7a341da2ed78335568b01828e45df46.tar.bz2 volse-hubzilla-953ac6f3c7a341da2ed78335568b01828e45df46.zip |
last merge from master did reset the std_version to 1.8 - set it back to 1.9 for dev
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.8' ); +define ( 'STD_VERSION', '1.9' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1178 ); |