diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-27 14:57:22 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-27 14:57:22 +0200 |
commit | 269538fdc7aeaf0f16e35dc8c7a8f72ed93a8f43 (patch) | |
tree | 3aa26c07b3dd255f25536941feace40d37220261 /boot.php | |
parent | 6b23c3e1796b818ce893ed919f2e2bdd000c83fb (diff) | |
download | volse-hubzilla-269538fdc7aeaf0f16e35dc8c7a8f72ed93a8f43.tar.gz volse-hubzilla-269538fdc7aeaf0f16e35dc8c7a8f72ed93a8f43.tar.bz2 volse-hubzilla-269538fdc7aeaf0f16e35dc8c7a8f72ed93a8f43.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.7.3' ); +define ( 'STD_VERSION', '3.7.4' ); define ( 'ZOT_REVISION', '6.0a' ); |