diff options
author | Mario <mario@mariovavti.com> | 2020-11-20 20:38:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-20 20:38:10 +0000 |
commit | 2d4064aca4517eac695ba0f0f3618f4a7f7a08cb (patch) | |
tree | 8326859d41f4211483bc261c1ce5bc8c2de80577 /boot.php | |
parent | 337d8ea78c2e799257fa4cbaf0ba96bc7c3d05d3 (diff) | |
download | volse-hubzilla-2d4064aca4517eac695ba0f0f3618f4a7f7a08cb.tar.gz volse-hubzilla-2d4064aca4517eac695ba0f0f3618f4a7f7a08cb.tar.bz2 volse-hubzilla-2d4064aca4517eac695ba0f0f3618f4a7f7a08cb.zip |
returning the rendered html when liking a post or comment
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', '5.1.7' ); +define ( 'STD_VERSION', '5.1.8' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1239 ); |