diff options
author | friendica <info@friendica.com> | 2011-11-16 14:23:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-16 14:23:06 -0800 |
commit | ede25aabce2e25ce8134157853ff4c7f45e2f784 (patch) | |
tree | e09b84c76b3f27790c7dcaf0fbe54c54e632f130 /boot.php | |
parent | fb8dbfa1bba475a8ee3f622a31c397a7b52cbdcb (diff) | |
download | volse-hubzilla-ede25aabce2e25ce8134157853ff4c7f45e2f784.tar.gz volse-hubzilla-ede25aabce2e25ce8134157853ff4c7f45e2f784.tar.bz2 volse-hubzilla-ede25aabce2e25ce8134157853ff4c7f45e2f784.zip |
check all attribute names for validity
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.1166' ); +define ( 'FRIENDIKA_VERSION', '2.3.1167' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1104 ); |