aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-14 16:27:59 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-14 16:27:59 +0100
commit0a749cff880e40d25f0988fedb65217e40145245 (patch)
treedf59e3974bfce5b950d4ca5f290beeff02c79d70
parentc35753dd3ecd864e4b6118c93cc2006d16cc3293 (diff)
downloadwallabag-1.9beta.tar.gz
wallabag-1.9beta.tar.zst
wallabag-1.9beta.zip
1.9.0 version1.9beta
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index adfef71b..3cb272cd 100755
--- a/index.php
+++ b/index.php
@@ -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
11define ('POCHE', '1.8.1'); 11define ('POCHE', '1.9.0');
12require 'check_essentials.php'; 12require 'check_essentials.php';
13require 'check_setup.php'; 13require 'check_setup.php';
14require_once 'inc/poche/global.inc.php'; 14require_once 'inc/poche/global.inc.php';