diff options
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,8 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.9' ); -define ( 'ZOT_REVISION', 1.1 ); +define ( 'STD_VERSION', '1.8' ); +define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1178 ); |