diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-18 07:19:20 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-18 07:19:20 +0100 |
commit | 751e4181e5e875b9f9850700a3687774e4c53ab3 (patch) | |
tree | 87fd3a12a95ceb9aaa696e9968664a272d27799b /boot.php | |
parent | 5fd03583a4f5d8bf0964c7881cbf7a8891513587 (diff) | |
parent | 4bb280bc2f7068f0c1199e9f8119e25278aa3bcb (diff) | |
download | volse-hubzilla-751e4181e5e875b9f9850700a3687774e4c53ab3.tar.gz volse-hubzilla-751e4181e5e875b9f9850700a3687774e4c53ab3.tar.bz2 volse-hubzilla-751e4181e5e875b9f9850700a3687774e4c53ab3.zip |
Merge branch 'master' of https://github.com/friendica/friendica
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.1283' ); +define ( 'FRIENDICA_VERSION', '2.3.1284' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1132 ); |