diff options
author | friendica <info@friendica.com> | 2011-12-01 16:33:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-01 16:33:53 -0800 |
commit | ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4 (patch) | |
tree | 204e91c02902a0a3c65cff9fc40808c7d516de75 /boot.php | |
parent | 29b5d398fd4c80321fe0882bab9cc11455c75784 (diff) | |
download | volse-hubzilla-ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4.tar.gz volse-hubzilla-ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4.tar.bz2 volse-hubzilla-ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4.zip |
dynamic group edit buttons
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.1181' ); +define ( 'FRIENDICA_VERSION', '2.3.1182' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1107 ); |