diff options
author | friendica <info@friendica.com> | 2012-05-31 19:06:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-31 19:06:17 -0700 |
commit | 93bc29a711637c84a4ffc380078277de89af4e6d (patch) | |
tree | 46b41c1f463ab90588f109105c95e85dad8fd432 /boot.php | |
parent | 598fc1ae2104970f2ba91fbf64aa1754aab6322e (diff) | |
download | volse-hubzilla-93bc29a711637c84a4ffc380078277de89af4e6d.tar.gz volse-hubzilla-93bc29a711637c84a4ffc380078277de89af4e6d.tar.bz2 volse-hubzilla-93bc29a711637c84a4ffc380078277de89af4e6d.zip |
turn registration code into a standalone function for re-use
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', '3.0.1359' ); +define ( 'FRIENDICA_VERSION', '3.0.1360' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1145 ); |