aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-02 20:58:20 -0700
committerfriendica <info@friendica.com>2012-06-02 20:58:20 -0700
commitd27c6de84e28f8094c695b3857dc69f103cffa08 (patch)
tree6c8b20c747fdee230483a1f500a40036d295ba13 /boot.php
parent3d39e6e59489cf5013d7515a6e9deb2175d433ee (diff)
downloadvolse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.tar.gz
volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.tar.bz2
volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.zip
add hometown to profiles
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b887b07d2..559cd8c32 100644
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.0.1362' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1146 );
+define ( 'DB_UPDATE_VERSION', 1147 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );