aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-08-09 20:37:06 +0200
committerMario Vavti <mario@mariovavti.com>2019-08-09 20:37:06 +0200
commit6c12880f5b50e325250d7a85e5d8c757ed674c30 (patch)
tree57fe205a41cf510c7b9812fbc806d693d2792a0a
parenteb472111a8c5472db2e7e8fd07f05fcb67cef0fe (diff)
downloadvolse-hubzilla-6c12880f5b50e325250d7a85e5d8c757ed674c30.tar.gz
volse-hubzilla-6c12880f5b50e325250d7a85e5d8c757ed674c30.tar.bz2
volse-hubzilla-6c12880f5b50e325250d7a85e5d8c757ed674c30.zip
fix version
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b1d6743b5..6a4726504 100755
--- a/boot.php
+++ b/boot.php
@@ -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 );