diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-08-09 20:37:06 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-08-09 20:37:06 +0200 |
commit | 6c12880f5b50e325250d7a85e5d8c757ed674c30 (patch) | |
tree | 57fe205a41cf510c7b9812fbc806d693d2792a0a | |
parent | eb472111a8c5472db2e7e8fd07f05fcb67cef0fe (diff) | |
download | volse-hubzilla-6c12880f5b50e325250d7a85e5d8c757ed674c30.tar.gz volse-hubzilla-6c12880f5b50e325250d7a85e5d8c757ed674c30.tar.bz2 volse-hubzilla-6c12880f5b50e325250d7a85e5d8c757ed674c30.zip |
fix version
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '4.5' ); +define ( 'STD_VERSION', '4.4RC1' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1234 ); |