Bump version to 3.3.1. Add CHANGELOG file

This commit is contained in:
fabrixxm 2014-11-06 20:31:27 +01:00
parent a32682d78c
commit 86c8362bb8
2 changed files with 30 additions and 1 deletions

View file

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