diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-06 04:51:15 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-06 04:51:15 -0400 |
commit | 7e7372fc5af41bb1af125e4d4e92cb7701e56faa (patch) | |
tree | 9b3f2ae85a81c7983f6595679a370fc5a6815f1e /boot.php | |
parent | 0c4099966a5ac1f1ff5dc568a600aa57776fb752 (diff) | |
parent | 47c3b43afd64cd1c05b67d347fb1219c42fe6d20 (diff) | |
download | volse-hubzilla-7e7372fc5af41bb1af125e4d4e92cb7701e56faa.tar.gz volse-hubzilla-7e7372fc5af41bb1af125e4d4e92cb7701e56faa.tar.bz2 volse-hubzilla-7e7372fc5af41bb1af125e4d4e92cb7701e56faa.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
bad sql left after the mailbox in/out merge
* master:
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.1332' ); +define ( 'FRIENDICA_VERSION', '2.3.1333' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |