aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-14 21:57:20 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-14 21:57:20 -0700
commit47564d4310da9a494cafcaba2741d6974dfcb9ce (patch)
treec2649c592bdc9191616f7323c08238df580268d9 /boot.php
parentf866a42a42b9e12756353f5bb39a0f31a64bb26a (diff)
downloadvolse-hubzilla-47564d4310da9a494cafcaba2741d6974dfcb9ce.tar.gz
volse-hubzilla-47564d4310da9a494cafcaba2741d6974dfcb9ce.tar.bz2
volse-hubzilla-47564d4310da9a494cafcaba2741d6974dfcb9ce.zip
provide default permissions ('all') for existing and newly created OAuth app clients, which will be extended in the future to allow specific permissions.
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 a12527a2c..ac66c6b4e 100755
--- a/boot.php
+++ b/boot.php
@@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1140 );
+define ( 'DB_UPDATE_VERSION', 1141 );
/**
* @brief Constant with a HTML line break.