diff options
author | Hilmar R <u02@u29lx193> | 2021-03-02 16:11:18 +0100 |
---|---|---|
committer | Hilmar R <u02@u29lx193> | 2021-03-02 16:11:18 +0100 |
commit | 4cc72db4630822956a90ecb71ea9cf41a79e700d (patch) | |
tree | 0021a1db244ffe433c8e490a44c1414db4c7ea3e /boot.php | |
parent | d434490bdf67a309e88e2d6f6dc8e619dae9b768 (diff) | |
download | volse-hubzilla-4cc72db4630822956a90ecb71ea9cf41a79e700d.tar.gz volse-hubzilla-4cc72db4630822956a90ecb71ea9cf41a79e700d.tar.bz2 volse-hubzilla-4cc72db4630822956a90ecb71ea9cf41a79e700d.zip |
hope not to hurry too fast when saying 5.4RC2. But today & tomorrow is only for the tests
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,10 +52,10 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.5.1' ); +define ( 'STD_VERSION', '5.4RC2' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1243 ); +define ( 'DB_UPDATE_VERSION', 1244 ); define ( 'PROJECT_BASE', __DIR__ ); |