diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-18 20:02:44 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-18 20:02:44 +0200 |
commit | 06d298dcb76a39dccc3fbe6c4522524d7e6fd7d1 (patch) | |
tree | 14dbd0118909c589fbe8afa4e6b6ea2a27da1f69 | |
parent | 143f550ba6bee8c13ce80a753fe6f15a20a551f1 (diff) | |
download | wallabag-06d298dcb76a39dccc3fbe6c4522524d7e6fd7d1.tar.gz wallabag-06d298dcb76a39dccc3fbe6c4522524d7e6fd7d1.tar.zst wallabag-06d298dcb76a39dccc3fbe6c4522524d7e6fd7d1.zip |
1.9.2 :rocket:1.9.2
-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.1'); | 11 | define ('POCHE', '1.9.2'); |
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'; |