diff options
author | Mario <mario@mariovavti.com> | 2020-12-12 19:40:49 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-12-12 19:40:49 +0100 |
commit | f699442bec51d75a2ca301b300ec7771ff09d1c7 (patch) | |
tree | 0d604d3f896b8ce9d0a23242a3c6ac19acd9f91d /boot.php | |
parent | 8720931a537028db3b35f2c6afe8f3653408d8f9 (diff) | |
download | volse-hubzilla-f699442bec51d75a2ca301b300ec7771ff09d1c7.tar.gz volse-hubzilla-f699442bec51d75a2ca301b300ec7771ff09d1c7.tar.bz2 volse-hubzilla-f699442bec51d75a2ca301b300ec7771ff09d1c7.zip |
bump version
Diffstat (limited to 'boot.php')
-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', '5.0.4' ); +define ( 'STD_VERSION', '5.0.5' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1239 ); |