roll minor version, change example text

This commit is contained in:
redmatrix 2016-05-19 22:47:20 -07:00
parent f228bf4555
commit 2e83c17e2d
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ require_once('include/html2plain.php');
/*
* The notifier is typically called with:
*
* proc_run('php', "include/notifier.php", COMMAND, ITEM_ID);
* Zotlabs\Daemon\Master::Summon(array('Notifier', COMMAND, ITEM_ID));
*
* where COMMAND is one of the following:
*

View File

@ -46,7 +46,7 @@ require_once('include/account.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '1.7' );
define ( 'STD_VERSION', '1.7.1' );
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1168 );