aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-25 15:59:58 -0700
committerzotlabs <mike@macgirvin.com>2017-07-25 15:59:58 -0700
commitc24cfbc62af111f18576cfde8e4e920e66c57ff5 (patch)
treef1f7454a202b959ba82712f8c300f3500195cdfb /boot.php
parentddecbf052eabe92f61091bcd2541190b1037e466 (diff)
downloadvolse-hubzilla-c24cfbc62af111f18576cfde8e4e920e66c57ff5.tar.gz
volse-hubzilla-c24cfbc62af111f18576cfde8e4e920e66c57ff5.tar.bz2
volse-hubzilla-c24cfbc62af111f18576cfde8e4e920e66c57ff5.zip
make signing methods variable and signable
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 061c14554..f5fe4b185 100755
--- a/boot.php
+++ b/boot.php
@@ -50,7 +50,7 @@ require_once('include/attach.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '2.5.9' );
-define ( 'ZOT_REVISION', '1.2' );
+define ( 'ZOT_REVISION', '1.3' );
define ( 'DB_UPDATE_VERSION', 1192 );