aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-05 15:49:40 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-07-05 15:49:40 +0200
commitc13aac1bc3ad6df31cfec02b943603df507f5274 (patch)
treebf10974fab3c964b7356de6010d823391a9ab2d7
parentda87848cee77d1d1c491924d30b7c92667bfc44c (diff)
downloadwallabag-c13aac1bc3ad6df31cfec02b943603df507f5274.tar.gz
wallabag-c13aac1bc3ad6df31cfec02b943603df507f5274.tar.zst
wallabag-c13aac1bc3ad6df31cfec02b943603df507f5274.zip
1.7.1
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index afacdddc..481841ec 100755
--- a/index.php
+++ b/index.php
@@ -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
11define ('POCHE', '1.7.0'); 11define ('POCHE', '1.7.1');
12require 'check_setup.php'; 12require 'check_setup.php';
13require_once 'inc/poche/global.inc.php'; 13require_once 'inc/poche/global.inc.php';
14 14