diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-08-01 21:46:24 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-08-01 21:46:24 +0200 |
commit | 31b177f8adb31096c27217c059a978b725b4fba1 (patch) | |
tree | d45acd35bddec5ba275ae22574cc57210a4033de /boot.php | |
parent | 17661b4b5f9758b82af9b560f08334c4345bb391 (diff) | |
download | volse-hubzilla-31b177f8adb31096c27217c059a978b725b4fba1.tar.gz volse-hubzilla-31b177f8adb31096c27217c059a978b725b4fba1.tar.bz2 volse-hubzilla-31b177f8adb31096c27217c059a978b725b4fba1.zip |
update strings
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', '4.3.1' ); +define ( 'STD_VERSION', '4.4RC' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1234 ); |