diff options
author | Tobias Hößl <tobias@hoessl.eu> | 2012-03-13 18:34:15 +0000 |
---|---|---|
committer | Tobias Hößl <tobias@hoessl.eu> | 2012-03-13 18:34:15 +0000 |
commit | 43430ef561a004aca8a9a28449e51e3885d39a9a (patch) | |
tree | 018927c54c16f68aeae7153c81c404d3e9cbbc7d /boot.php | |
parent | 59766b944c9ea3a45b1d7e8593f7bb5d4a0b8445 (diff) | |
parent | 5a4167646553e589cf9647c0e0d0446e3f5fd672 (diff) | |
download | volse-hubzilla-43430ef561a004aca8a9a28449e51e3885d39a9a.tar.gz volse-hubzilla-43430ef561a004aca8a9a28449e51e3885d39a9a.tar.bz2 volse-hubzilla-43430ef561a004aca8a9a28449e51e3885d39a9a.zip |
Merge branch 'master' of git://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.1278' ); +define ( 'FRIENDICA_VERSION', '2.3.1279' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1131 ); |