diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-19 11:14:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-19 11:14:20 +0200 |
commit | d96a731e93e3b3c63118c8cd2cb701d70673fba1 (patch) | |
tree | 278c6fb451e6881c67f87776992a8edffdb01b9a /boot.php | |
parent | 2583270774e2dfe434f7dc099d6ac154fef240dd (diff) | |
download | volse-hubzilla-d96a731e93e3b3c63118c8cd2cb701d70673fba1.tar.gz volse-hubzilla-d96a731e93e3b3c63118c8cd2cb701d70673fba1.tar.bz2 volse-hubzilla-d96a731e93e3b3c63118c8cd2cb701d70673fba1.zip |
bump version
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', '3.9.2' ); +define ( 'STD_VERSION', '3.9.3' ); define ( 'ZOT_REVISION', '6.0a' ); |