roll minor version, change example text
This commit is contained in:
parent
f228bf4555
commit
2e83c17e2d
@ -32,7 +32,7 @@ require_once('include/html2plain.php');
|
|||||||
/*
|
/*
|
||||||
* The notifier is typically called with:
|
* 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:
|
* where COMMAND is one of the following:
|
||||||
*
|
*
|
||||||
|
2
boot.php
2
boot.php
@ -46,7 +46,7 @@ require_once('include/account.php');
|
|||||||
|
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '1.7' );
|
define ( 'STD_VERSION', '1.7.1' );
|
||||||
define ( 'ZOT_REVISION', 1 );
|
define ( 'ZOT_REVISION', 1 );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1168 );
|
define ( 'DB_UPDATE_VERSION', 1168 );
|
||||||
|
Reference in New Issue
Block a user