aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-19 19:15:26 -0700
committerredmatrix <git@macgirvin.com>2016-06-19 19:15:26 -0700
commit953ca2c21ea9c1cc3390d153964a8979b466ed6d (patch)
treec378193bbc19b7cc9307dc48edf38f7ab6d467ff /boot.php
parent8b42834c3fc29036f58914983e79bd3029d112c3 (diff)
downloadvolse-hubzilla-953ca2c21ea9c1cc3390d153964a8979b466ed6d.tar.gz
volse-hubzilla-953ca2c21ea9c1cc3390d153964a8979b466ed6d.tar.bz2
volse-hubzilla-953ca2c21ea9c1cc3390d153964a8979b466ed6d.zip
zot_revision should be string, not float1.8
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 94f1c5342..a297bb732 100755
--- a/boot.php
+++ b/boot.php
@@ -46,7 +46,7 @@ require_once('include/account.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '1.8' );
-define ( 'ZOT_REVISION', 1.1 );
+define ( 'ZOT_REVISION', '1.1' );
define ( 'DB_UPDATE_VERSION', 1176 );