diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-05 15:49:40 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-05 15:49:40 +0200 |
commit | c13aac1bc3ad6df31cfec02b943603df507f5274 (patch) | |
tree | bf10974fab3c964b7356de6010d823391a9ab2d7 | |
parent | da87848cee77d1d1c491924d30b7c92667bfc44c (diff) | |
download | wallabag-c13aac1bc3ad6df31cfec02b943603df507f5274.tar.gz wallabag-c13aac1bc3ad6df31cfec02b943603df507f5274.tar.zst wallabag-c13aac1bc3ad6df31cfec02b943603df507f5274.zip |
1.7.1
-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.7.0'); | 11 | define ('POCHE', '1.7.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 | ||