diff options
author | friendica <info@friendica.com> | 2012-06-23 21:11:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-23 21:11:18 -0700 |
commit | 1574396d04ead2e410aa992b049fe63422080bab (patch) | |
tree | 0c130e8e4816e59ae6e25db3c506095724cce7f3 /boot.php | |
parent | 098c74a12a7b370ccd9ca6d10987feac4b0d61d3 (diff) | |
download | volse-hubzilla-1574396d04ead2e410aa992b049fe63422080bab.tar.gz volse-hubzilla-1574396d04ead2e410aa992b049fe63422080bab.tar.bz2 volse-hubzilla-1574396d04ead2e410aa992b049fe63422080bab.zip |
sort out some "like" issues
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1382' ); +define ( 'FRIENDICA_VERSION', '3.0.1383' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1149 ); |