diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-08-16 10:21:49 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-08-16 10:21:49 +0200 |
commit | 90bc21f2d560d879d7eaf05a85af6d6dca53ebac (patch) | |
tree | d8d8ddae744b690cf267bbba2d1237b469112567 /boot.php | |
parent | 6adfbabbb74f2a11077162bf4644ff09dad31fd2 (diff) | |
download | volse-hubzilla-90bc21f2d560d879d7eaf05a85af6d6dca53ebac.tar.gz volse-hubzilla-90bc21f2d560d879d7eaf05a85af6d6dca53ebac.tar.bz2 volse-hubzilla-90bc21f2d560d879d7eaf05a85af6d6dca53ebac.zip |
Release Hubzilla 2.6
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.6RC1' ); +define ( 'STD_VERSION', '2.6' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1193 ); |