diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-09 13:06:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-09 13:06:24 +0100 |
commit | 14e55e8bd60939d6a41bd9434cd265daaadd4197 (patch) | |
tree | 3256c0814ce5cab6f150c1d840d22e15d2b82485 | |
parent | c2cdd41e8139068426175c9e6c5fe2f771ea7caf (diff) | |
download | volse-hubzilla-14e55e8bd60939d6a41bd9434cd265daaadd4197.tar.gz volse-hubzilla-14e55e8bd60939d6a41bd9434cd265daaadd4197.tar.bz2 volse-hubzilla-14e55e8bd60939d6a41bd9434cd265daaadd4197.zip |
should have probably done that on tag release
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc'))); -define ( 'STD_VERSION', '1.2.5' ); +define ( 'STD_VERSION', '1.3.0' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1165 ); |