diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-14 21:57:20 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-14 21:57:20 -0700 |
commit | 47564d4310da9a494cafcaba2741d6974dfcb9ce (patch) | |
tree | c2649c592bdc9191616f7323c08238df580268d9 /boot.php | |
parent | f866a42a42b9e12756353f5bb39a0f31a64bb26a (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |