diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-05 12:19:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-05 12:19:52 +0200 |
commit | 75e8aa8aee9c735308ed36bef5648cdceff6351e (patch) | |
tree | e1c35f2280e47e930fe03a76466f5c2d3b8891d6 /boot.php | |
parent | 5d1539df75ae1e719da77e64c738ae3ea2c84f55 (diff) | |
download | volse-hubzilla-75e8aa8aee9c735308ed36bef5648cdceff6351e.tar.gz volse-hubzilla-75e8aa8aee9c735308ed36bef5648cdceff6351e.tar.bz2 volse-hubzilla-75e8aa8aee9c735308ed36bef5648cdceff6351e.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.1' ); +define ( 'STD_VERSION', '3.7.2' ); define ( 'ZOT_REVISION', '6.0a' ); |