diff options
author | Friendika <info@friendika.com> | 2011-11-11 14:21:52 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-11 14:21:52 -0800 |
commit | c9014a111f31425a31dbf935965287471a7a6acb (patch) | |
tree | 89978961ebcff76dcd078b76983398d23a1769ca /boot.php | |
parent | 20217c04f086479fd5fb50bacb2e5e98977fc137 (diff) | |
download | volse-hubzilla-c9014a111f31425a31dbf935965287471a7a6acb.tar.gz volse-hubzilla-c9014a111f31425a31dbf935965287471a7a6acb.tar.bz2 volse-hubzilla-c9014a111f31425a31dbf935965287471a7a6acb.zip |
html5 parser - numeric attribute names chucking a wobbly.
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.1161' ); +define ( 'FRIENDIKA_VERSION', '2.3.1162' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1103 ); |