]> git.mxchange.org Git - friendica.git/commitdiff
Update FRIENDICA_VERSION
authorfabrixxm <fabrix.xm@gmail.com>
Thu, 29 Jan 2015 08:44:48 +0000 (09:44 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Thu, 29 Jan 2015 08:44:48 +0000 (09:44 +0100)
boot.php

index b09da9c17fe2ec992b0559a9e3d2a45bb5a57f60..4ff0e4fbea5e2110923a39cfa5895a396256b922 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -16,7 +16,7 @@ require_once('include/dbstructure.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Ginger');
-define ( 'FRIENDICA_VERSION',      '3.3.2' );
+define ( 'FRIENDICA_VERSION',      '3.3.3-RC' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1178      );
 define ( 'EOL',                    "<br />\r\n"     );