diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-06-04 10:16:06 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-06-04 10:16:06 +0200 |
commit | bc092d8d7815195d62299c0ea54caa4759e6f2e7 (patch) | |
tree | aa070e40ab01cb1354cbf879a0fb8b2f570631d5 | |
parent | dd5933b0486002e042f0179075473dcded30fc24 (diff) | |
download | volse-hubzilla-bc092d8d7815195d62299c0ea54caa4759e6f2e7.tar.gz volse-hubzilla-bc092d8d7815195d62299c0ea54caa4759e6f2e7.tar.bz2 volse-hubzilla-bc092d8d7815195d62299c0ea54caa4759e6f2e7.zip |
version 4.2
-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.2RC2' ); +define ( 'STD_VERSION', '4.2' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1234 ); |