diff options
author | friendica <info@friendica.com> | 2011-12-23 22:40:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-23 22:40:04 -0800 |
commit | 202725e671bab0d2f54319cfbb5351d80d9c5bd6 (patch) | |
tree | 2d724d44988db823c1f358c85106865d68c3561d /boot.php | |
parent | 310527e0615bd6ec4254911bd9484139df30f945 (diff) | |
parent | fc90323cd24be3b6dfabd0a6f3ba1ad61b8e22ea (diff) | |
download | volse-hubzilla-202725e671bab0d2f54319cfbb5351d80d9c5bd6.tar.gz volse-hubzilla-202725e671bab0d2f54319cfbb5351d80d9c5bd6.tar.bz2 volse-hubzilla-202725e671bab0d2f54319cfbb5351d80d9c5bd6.zip |
Merge branch 'master' into notify
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.1203' ); +define ( 'FRIENDICA_VERSION', '2.3.1204' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1112 ); |