diff options
author | friendica <info@friendica.com> | 2012-04-28 16:54:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-28 16:54:33 -0700 |
commit | 4ff2e9a10358e68f7af90ebf6d50d75d3a6ed284 (patch) | |
tree | 3caaf9febc634bcddc8a0ba969f88bd071b671f3 /boot.php | |
parent | 44700b914da591ff3535358db34d035014611264 (diff) | |
download | volse-hubzilla-4ff2e9a10358e68f7af90ebf6d50d75d3a6ed284.tar.gz volse-hubzilla-4ff2e9a10358e68f7af90ebf6d50d75d3a6ed284.tar.bz2 volse-hubzilla-4ff2e9a10358e68f7af90ebf6d50d75d3a6ed284.zip |
a few more continues that should be returns
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.1325' ); +define ( 'FRIENDICA_VERSION', '2.3.1326' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1139 ); |