diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-20 01:46:13 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-20 01:46:13 +0100 |
commit | f7ff48f80633bbf48e719f3915d82f86ca1a5ace (patch) | |
tree | 8ad9ee78f632523a54b376aa2c52d59ef363af37 /boot.php | |
parent | 30cf56bdb505ffa50bb7416ec8623fb97418d358 (diff) | |
parent | 77094f8d2bffa70c9e95518b9883f8752304102c (diff) | |
download | volse-hubzilla-f7ff48f80633bbf48e719f3915d82f86ca1a5ace.tar.gz volse-hubzilla-f7ff48f80633bbf48e719f3915d82f86ca1a5ace.tar.bz2 volse-hubzilla-f7ff48f80633bbf48e719f3915d82f86ca1a5ace.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc'))); -define ( 'STD_VERSION', '1.3.1' ); +define ( 'STD_VERSION', '1.3.2' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1165 ); |