diff options
author | Friendika <info@friendika.com> | 2011-05-09 16:51:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-09 16:51:25 -0700 |
commit | cb6c1f91b7b2b30c3d9e9f4e6c97b0704361a1f3 (patch) | |
tree | 31a15b662a2a0a9bdc556f44c2dc746890d18afd /boot.php | |
parent | be84d51767366c4538a8203f0046cb5ac06396d6 (diff) | |
download | volse-hubzilla-cb6c1f91b7b2b30c3d9e9f4e6c97b0704361a1f3.tar.gz volse-hubzilla-cb6c1f91b7b2b30c3d9e9f4e6c97b0704361a1f3.tar.bz2 volse-hubzilla-cb6c1f91b7b2b30c3d9e9f4e6c97b0704361a1f3.zip |
rolling version number in preparation for release
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |