diff options
author | friendica <info@friendica.com> | 2012-03-19 15:03:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-19 15:03:09 -0700 |
commit | 9e133d6412945f84f858d4bfde26c69f9e1afbfd (patch) | |
tree | d2f678e48693a41385df10d0df8586ab6087da4d /boot.php | |
parent | 139a86dbd395f4601b29b9af97ac8ea190cce9f9 (diff) | |
download | volse-hubzilla-9e133d6412945f84f858d4bfde26c69f9e1afbfd.tar.gz volse-hubzilla-9e133d6412945f84f858d4bfde26c69f9e1afbfd.tar.bz2 volse-hubzilla-9e133d6412945f84f858d4bfde26c69f9e1afbfd.zip |
refactor openid logins/registrations
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.1285' ); +define ( 'FRIENDICA_VERSION', '2.3.1286' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1132 ); |