diff options
author | friendica <info@friendica.com> | 2012-04-02 17:43:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-02 17:43:11 -0700 |
commit | 9391fc965d68fea5fc18e93a1583e90d8f11bd02 (patch) | |
tree | 3955d7ec0947c1caf0c116a7c60daf8735e1bec5 /boot.php | |
parent | 6dfd55668f39d2cfb27d468cc982471abaad5165 (diff) | |
download | volse-hubzilla-9391fc965d68fea5fc18e93a1583e90d8f11bd02.tar.gz volse-hubzilla-9391fc965d68fea5fc18e93a1583e90d8f11bd02.tar.bz2 volse-hubzilla-9391fc965d68fea5fc18e93a1583e90d8f11bd02.zip |
bug #363 and a couple of other reported ssl link issues
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1299' ); +define ( 'FRIENDICA_VERSION', '2.3.1300' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1134 ); |