aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-04-25 06:17:39 -0400
committerAndrew Manning <tamanning@zoho.com>2016-04-25 06:17:39 -0400
commitf027bf81cdaddee5d6474199c1b7adce50e6e07d (patch)
tree23fd281c6627b7adc1421fcddf939e6447a4d18b /boot.php
parentf3eae7132f8c104db2197858208f16a5792507be (diff)
parenta9d926886e6f8ed389031791799ffd352b8cb651 (diff)
downloadvolse-hubzilla-f027bf81cdaddee5d6474199c1b7adce50e6e07d.tar.gz
volse-hubzilla-f027bf81cdaddee5d6474199c1b7adce50e6e07d.tar.bz2
volse-hubzilla-f027bf81cdaddee5d6474199c1b7adce50e6e07d.zip
Merge remote-tracking branch 'upstream/dev' into help-content
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 78a6b7d32..0cfd8d1c2 100755
--- a/boot.php
+++ b/boot.php
@@ -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.4.2' );
+define ( 'STD_VERSION', '1.4.3' );
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1166 );
@@ -1797,7 +1797,7 @@ function proc_run($cmd){
$arr = array('args' => $args, 'run_cmd' => true);
- call_hooks("proc_run", $arr);
+ call_hooks('proc_run', $arr);
if(! $arr['run_cmd'])
return;