aboutsummaryrefslogtreecommitdiffstats
path: root/main/owncloud/owncloud.config.php
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-09-21 17:31:47 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-09-21 17:47:07 +0200
commit7953d56f7e2be62186d458f4f6eb8974f309fd58 (patch)
treeb5e003c0d305913cd61708153456ace5a370207a /main/owncloud/owncloud.config.php
parentb39898e97bb723c7b8094b4a97ce3edf0ca79faf (diff)
downloadaports-7953d56f7e2be62186d458f4f6eb8974f309fd58.tar.bz2
aports-7953d56f7e2be62186d458f4f6eb8974f309fd58.tar.xz
main/owncloud: improve abuild
Diffstat (limited to 'main/owncloud/owncloud.config.php')
-rw-r--r--main/owncloud/owncloud.config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/owncloud/owncloud.config.php b/main/owncloud/owncloud.config.php
index 67add3472c..5fd814268c 100644
--- a/main/owncloud/owncloud.config.php
+++ b/main/owncloud/owncloud.config.php
@@ -15,7 +15,7 @@ $CONFIG = array(
),
*/
),
- 'version' => '9.1.0',
+ 'version' => '__VERSION__',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbuser' => 'owncloud',