diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-03 13:54:06 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-03 13:54:06 +0200 |
commit | bfa32856bc9401693b8b64ed9c946d471e4ae0e7 (patch) | |
tree | 28b457cd302277a8ae5ccfd6af410da0dccc7155 /index.php | |
parent | 06e1a9a98a1d7276e23ba47a15225a1a0741dd2d (diff) | |
download | wallabag-bfa32856bc9401693b8b64ed9c946d471e4ae0e7.tar.gz wallabag-bfa32856bc9401693b8b64ed9c946d471e4ae0e7.tar.zst wallabag-bfa32856bc9401693b8b64ed9c946d471e4ae0e7.zip |
yeah, 1.6, one year after the 1st commit
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.5.3'); | 11 | define ('POCHE', '1.6.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 | ||