diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-05-29 18:52:34 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-05-29 18:52:34 +0200 |
commit | 8038b38802769031e050c753fc0a388a2276629e (patch) | |
tree | 352925c557c87c87d32f60e0289eb7d525e24fdb /index.php | |
parent | 79024eb004bfb9de77ec60d648315888e70033ad (diff) | |
download | wallabag-8038b38802769031e050c753fc0a388a2276629e.tar.gz wallabag-8038b38802769031e050c753fc0a388a2276629e.tar.zst wallabag-8038b38802769031e050c753fc0a388a2276629e.zip |
1.7, premium version :)
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', '1.6.1'); | 11 | define ('POCHE', '1.7.0'); |
12 | require 'check_setup.php'; | 12 | require 'check_setup.php'; |
13 | require_once 'inc/poche/global.inc.php'; | 13 | require_once 'inc/poche/global.inc.php'; |
14 | 14 | ||