rolling version number in preparation for release
This commit is contained in:
parent
be84d51767
commit
cb6c1f91b7
3 changed files with 14 additions and 4 deletions
5
boot.php
5
boot.php
|
@ -3,7 +3,8 @@
|
|||
set_time_limit(0);
|
||||
ini_set('pcre.backtrack_limit', 250000);
|
||||
|
||||
define ( 'FRIENDIKA_VERSION', '2.1.973' );
|
||||
|
||||
define ( 'FRIENDIKA_VERSION', '2.2.975' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
|
||||
define ( 'DB_UPDATE_VERSION', 1054 );
|
||||
|
||||
|
@ -20,7 +21,7 @@ define ( 'DOWN_ARROW', '⇩' );
|
|||
*
|
||||
*/
|
||||
|
||||
define ( 'JPEG_QUALITY', 100 );
|
||||
define ( 'JPEG_QUALITY', 100 );
|
||||
|
||||
/**
|
||||
* SSL redirection policies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue