aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-20 20:39:00 -0700
committerfriendica <info@friendica.com>2013-08-20 20:39:00 -0700
commit5d35d2110065dec9f984ad9028a5e8798f1faa37 (patch)
treed1ac0165e6ffba08eade52eeb04c052d665d5270 /boot.php
parentc4f14312151dcbff3e5448c5e596f7ca6b317dbe (diff)
downloadvolse-hubzilla-5d35d2110065dec9f984ad9028a5e8798f1faa37.tar.gz
volse-hubzilla-5d35d2110065dec9f984ad9028a5e8798f1faa37.tar.bz2
volse-hubzilla-5d35d2110065dec9f984ad9028a5e8798f1faa37.zip
network-wide poll voting structure
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 10f951b6a..cf3d17050 100755
--- a/boot.php
+++ b/boot.php
@@ -43,7 +43,7 @@ require_once('include/taxonomy.php');
define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1060 );
+define ( 'DB_UPDATE_VERSION', 1061 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );