diff options
author | friendica <info@friendica.com> | 2012-01-29 15:47:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-29 15:47:25 -0800 |
commit | 61246cbd1c5abe15bf3a0c4f52d3063966293ec2 (patch) | |
tree | 21db913d6f7696b26ae9a3f1e4c87d0559c732ca /boot.php | |
parent | e43a3a412c39ae9b98cc534d7f6e579e87601688 (diff) | |
download | volse-hubzilla-61246cbd1c5abe15bf3a0c4f52d3063966293ec2.tar.gz volse-hubzilla-61246cbd1c5abe15bf3a0c4f52d3063966293ec2.tar.bz2 volse-hubzilla-61246cbd1c5abe15bf3a0c4f52d3063966293ec2.zip |
some zot-id infrastructure
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.1238' ); +define ( 'FRIENDICA_VERSION', '2.3.1239' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1118 ); |