diff options
author | Mario <mario@mariovavti.com> | 2021-10-27 08:05:57 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-27 08:05:57 +0000 |
commit | 9a4ca44255f64e0293dc1662e9824bba3a9cf793 (patch) | |
tree | 535eb67fd6379c54e20a660480a5a05a43168bbb /boot.php | |
parent | 6fce9a41b04cf4d9a4ecb1528f576f307708262b (diff) | |
download | volse-hubzilla-9a4ca44255f64e0293dc1662e9824bba3a9cf793.tar.gz volse-hubzilla-9a4ca44255f64e0293dc1662e9824bba3a9cf793.tar.bz2 volse-hubzilla-9a4ca44255f64e0293dc1662e9824bba3a9cf793.zip |
version and strings
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.3.6' ); +define ( 'STD_VERSION', '6.4RC1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); |