aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-18 15:15:55 -0800
committerfriendica <info@friendica.com>2013-02-18 15:15:55 -0800
commit65912ec0bfb112fd3dca4a8823bb834a1b1c80fc (patch)
tree4d4e6f6386bb85617b4a4f58133b5eaecc23d1ff /boot.php
parenta21e6cffa184d78b6214a0306e2d2a7bbfc8ddb1 (diff)
downloadvolse-hubzilla-65912ec0bfb112fd3dca4a8823bb834a1b1c80fc.tar.gz
volse-hubzilla-65912ec0bfb112fd3dca4a8823bb834a1b1c80fc.tar.bz2
volse-hubzilla-65912ec0bfb112fd3dca4a8823bb834a1b1c80fc.zip
moving on
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 3b7409b1a..3d6f1f3f7 100644
--- a/boot.php
+++ b/boot.php
@@ -16,7 +16,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1029 );
+define ( 'DB_UPDATE_VERSION', 1030 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );