Friendica 'Ginger' 3.3

This commit is contained in:
Fabrixxm 2014-10-06 08:56:55 +02:00
parent 9513640ae3
commit e2dc4f922c
3 changed files with 5 additions and 2 deletions

View file

@ -15,7 +15,8 @@ require_once('update.php');
require_once('include/dbstructure.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.3rc' );
define ( 'FRIENDICA_CODENAME', 'Ginger');
define ( 'FRIENDICA_VERSION', '3.3' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1173 );
define ( 'EOL', "<br />\r\n" );