diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-29 07:43:40 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-29 07:43:40 +0100 |
commit | e1df69dfcb09d28635db995a147329453be6c4bf (patch) | |
tree | 8da7b9fdad15ae4ba3783e453533f47c5bb5e241 /boot.php | |
parent | 3de055bf65582e68e1d48658dde256d6031ab436 (diff) | |
parent | 3d9b1fd343b57573a29bf7e65d0055eb1d92398d (diff) | |
download | volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.tar.gz volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.tar.bz2 volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.zip |
Merge branch 'dev'
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.8.1' ); +define ( 'STD_VERSION', '3.8.2' ); define ( 'ZOT_REVISION', '6.0a' ); |