diff options
author | friendica <info@friendica.com> | 2011-12-07 14:04:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-07 14:04:34 -0800 |
commit | d100944fe625d08da53ca69ab7ed6fefb4f653fc (patch) | |
tree | 2c15218ec335281fcb324a476488ccf5c45d0e7a /boot.php | |
parent | efeb377a125a0b5bf1c7a6007482d3a43384dec3 (diff) | |
download | volse-hubzilla-d100944fe625d08da53ca69ab7ed6fefb4f653fc.tar.gz volse-hubzilla-d100944fe625d08da53ca69ab7ed6fefb4f653fc.tar.bz2 volse-hubzilla-d100944fe625d08da53ca69ab7ed6fefb4f653fc.zip |
api post default to default post permissions was broken
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.1187' ); +define ( 'FRIENDICA_VERSION', '2.3.1188' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1111 ); |