diff options
author | friendica <info@friendica.com> | 2011-11-13 19:04:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-13 19:04:59 -0800 |
commit | ce7a3615b51ee3247cb5c15996337cadc8cf644e (patch) | |
tree | 6742500462d26968691c5dcf1c21b6aaf13919d9 /boot.php | |
parent | bbf857ba39c87cf907be88ecd013e961f5ad1a7f (diff) | |
download | volse-hubzilla-ce7a3615b51ee3247cb5c15996337cadc8cf644e.tar.gz volse-hubzilla-ce7a3615b51ee3247cb5c15996337cadc8cf644e.tar.bz2 volse-hubzilla-ce7a3615b51ee3247cb5c15996337cadc8cf644e.zip |
d* - remove dupe bbcode code 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.1163' ); +define ( 'FRIENDIKA_VERSION', '2.3.1164' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1103 ); |