diff options
author | friendica <info@friendica.com> | 2011-12-09 16:48:15 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-09 16:48:15 -0800 |
commit | 727661d454dc6012b4f00e860748a0b5df4b067f (patch) | |
tree | 7020ab4297628a84d7e7d53c16ebd09b85e6562a /boot.php | |
parent | 5b3155579ad58c16daa6a3c7c69d53482357c506 (diff) | |
download | volse-hubzilla-727661d454dc6012b4f00e860748a0b5df4b067f.tar.gz volse-hubzilla-727661d454dc6012b4f00e860748a0b5df4b067f.tar.bz2 volse-hubzilla-727661d454dc6012b4f00e860748a0b5df4b067f.zip |
revup
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 ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1188' ); +define ( 'FRIENDICA_VERSION', '2.3.1190' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1111 ); |