aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-23 20:29:09 -0800
committerfriendica <info@friendica.com>2012-02-23 20:29:09 -0800
commit44c23cda8edcde0ad6f904b8333f563b6d5ebc39 (patch)
tree1c65d976ad15e925c3e2de3dc7e172f5ba42fc30 /boot.php
parent65ddefe9c5db4f5af9495377cd7e4463e8f68ef6 (diff)
downloadvolse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.gz
volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.bz2
volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.zip
theme shakeup commences - themes are now administered in admin panel.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 9219d5cfa..3cf8f8e3c 100755
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1261' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1123 );
+define ( 'DB_UPDATE_VERSION', 1124 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );