aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-04-03 13:54:06 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-04-03 13:54:06 +0200
commitbfa32856bc9401693b8b64ed9c946d471e4ae0e7 (patch)
tree28b457cd302277a8ae5ccfd6af410da0dccc7155
parent06e1a9a98a1d7276e23ba47a15225a1a0741dd2d (diff)
downloadwallabag-bfa32856bc9401693b8b64ed9c946d471e4ae0e7.tar.gz
wallabag-bfa32856bc9401693b8b64ed9c946d471e4ae0e7.tar.zst
wallabag-bfa32856bc9401693b8b64ed9c946d471e4ae0e7.zip
yeah, 1.6, one year after the 1st commit
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 8b578832..7f72b146 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.5.3'); 11define ('POCHE', '1.6.0');
12require 'check_setup.php'; 12require 'check_setup.php';
13require_once 'inc/poche/global.inc.php'; 13require_once 'inc/poche/global.inc.php';
14 14