diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-05-09 17:52:21 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-05-09 17:52:21 +0200 |
commit | dc20ddf9b8836880d0abc0aa3d7fbd636c11ee81 (patch) | |
tree | 546a9e606e1f75d77d2a6bca7d66e0468a0446aa | |
parent | 8b90a8157ed6ae6f1a9df53e549963e279c4087e (diff) | |
download | wallabag-dc20ddf9b8836880d0abc0aa3d7fbd636c11ee81.tar.gz wallabag-dc20ddf9b8836880d0abc0aa3d7fbd636c11ee81.tar.zst wallabag-dc20ddf9b8836880d0abc0aa3d7fbd636c11ee81.zip |
version 1.9.1
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ | |||
8 | * @license http://opensource.org/licenses/MIT see COPYING file | 8 | * @license http://opensource.org/licenses/MIT see COPYING file |
9 | */ | 9 | */ |
10 | 10 | ||
11 | define ('POCHE', '1.9.0'); | 11 | define ('POCHE', '1.9.1'); |
12 | require 'check_essentials.php'; | 12 | require 'check_essentials.php'; |
13 | require 'check_setup.php'; | 13 | require 'check_setup.php'; |
14 | require_once 'inc/poche/global.inc.php'; | 14 | require_once 'inc/poche/global.inc.php'; |