diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-08-01 22:11:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-08-01 22:11:27 +0200 |
commit | 72629ca511e794cc2cdcc9cf2b57cb10622f14e1 (patch) | |
tree | 03b75209ff0529ac8d12a2f75a92c2430c99c10e | |
parent | 1c39fc71d97ccfaf22338f5ac8f092a441e62ab5 (diff) | |
download | volse-hubzilla-72629ca511e794cc2cdcc9cf2b57cb10622f14e1.tar.gz volse-hubzilla-72629ca511e794cc2cdcc9cf2b57cb10622f14e1.tar.bz2 volse-hubzilla-72629ca511e794cc2cdcc9cf2b57cb10622f14e1.zip |
bump 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.4RC' ); +define ( 'STD_VERSION', '4.5' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1234 ); |