]> git.mxchange.org Git - friendica.git/commitdiff
New version string for RC
authorMichael <heluecht@pirati.ca>
Fri, 24 Feb 2017 15:02:16 +0000 (15:02 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 24 Feb 2017 15:02:16 +0000 (15:02 +0000)
boot.php

index b8e92670708836c6d5b9c376185120031e914161..1e0c300e19d6facff24f0bb0d9d1439ac6f93715 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -38,7 +38,7 @@ require_once('include/dbstructure.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Asparagus');
-define ( 'FRIENDICA_VERSION',      '3.5.1-dev' );
+define ( 'FRIENDICA_VERSION',      '3.5.1-rc' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1214      );