diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-11 17:08:11 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-11 17:08:11 +0200 |
commit | 7256e9e139eb07cdae1fbe3009454e6c7d9a8677 (patch) | |
tree | f8347803fe40f8b27218cbad8ed688c7dbf3a46e | |
parent | f09d76b0ea22ef506c9ea22672638e0a33949510 (diff) | |
download | wallabag-7256e9e139eb07cdae1fbe3009454e6c7d9a8677.tar.gz wallabag-7256e9e139eb07cdae1fbe3009454e6c7d9a8677.tar.zst wallabag-7256e9e139eb07cdae1fbe3009454e6c7d9a8677.zip |
1.6.1 version
-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.0'); | 11 | define ('POCHE', '1.6.1'); |
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 | ||