diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-04-22 23:34:55 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-04-22 23:34:55 -0700 |
commit | 37f2773aa548a92456570083abcf9776f5774906 (patch) | |
tree | d56ca95f3725c5d52c3088a53d4c85e062f6a783 /inc/config.php | |
parent | 37c6ed4e7a75238504a28d6be5fbaad475689526 (diff) | |
parent | 69ca1455d13e27de9e3f506f294010889a560fb9 (diff) | |
download | wallabag-37f2773aa548a92456570083abcf9776f5774906.tar.gz wallabag-37f2773aa548a92456570083abcf9776f5774906.tar.zst wallabag-37f2773aa548a92456570083abcf9776f5774906.zip |
Merge pull request #74 from inthepoche/dev
v0.2.1
Diffstat (limited to 'inc/config.php')
-rw-r--r-- | inc/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/config.php b/inc/config.php index 9d4b7fae..8bafd595 100644 --- a/inc/config.php +++ b/inc/config.php | |||
@@ -8,7 +8,7 @@ | |||
8 | * @license http://www.wtfpl.net/ see COPYING file | 8 | * @license http://www.wtfpl.net/ see COPYING file |
9 | */ | 9 | */ |
10 | 10 | ||
11 | define ('POCHE_VERSION', '0.2'); | 11 | define ('POCHE_VERSION', '0.2.1'); |
12 | 12 | ||
13 | if (!is_dir('db/')) { | 13 | if (!is_dir('db/')) { |
14 | @mkdir('db/',0705); | 14 | @mkdir('db/',0705); |