diff options
author | friendica <info@friendica.com> | 2012-03-22 16:17:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-22 16:17:10 -0700 |
commit | 528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f (patch) | |
tree | b3a778af971ba29592c412c640112123e78e41d6 /boot.php | |
parent | 622b25df5f2d1ab21c9e23047bc0c98bfe72bad0 (diff) | |
download | volse-hubzilla-528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f.tar.gz volse-hubzilla-528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f.tar.bz2 volse-hubzilla-528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f.zip |
ability to change tags in edited posts
Diffstat (limited to 'boot.php')
-rwxr-xr-x | 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.1288' ); +define ( 'FRIENDICA_VERSION', '2.3.1289' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1133 ); |