rolling version number in preparation for release
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user