diff options
author | Friendika <info@friendika.com> | 2011-11-02 18:52:55 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-02 18:52:55 -0700 |
commit | a9ec56ace1756726517650d96192df5320f445fe (patch) | |
tree | 1efd4cae66a66932e884c1dbd13f95f6b1f8da4d /boot.php | |
parent | 8582701b70d2ae668086efe3a35a0c9cccf085d8 (diff) | |
download | volse-hubzilla-a9ec56ace1756726517650d96192df5320f445fe.tar.gz volse-hubzilla-a9ec56ace1756726517650d96192df5320f445fe.tar.bz2 volse-hubzilla-a9ec56ace1756726517650d96192df5320f445fe.zip |
prevent duplicate @ tags
Diffstat (limited to 'boot.php')
-rw-r--r-- | 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 ( 'FRIENDIKA_PLATFORM', 'Friendica'); -define ( 'FRIENDIKA_VERSION', '2.3.1152' ); +define ( 'FRIENDIKA_VERSION', '2.3.1153' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1101 ); |