aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-25 08:45:28 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-25 08:45:28 +0200
commit6ae804853f6f2e10d394b6abfb977b7a251ee7e4 (patch)
tree00d51536b00ed47309898e8e44c6e0d4c4e96729
parentb6d859fa927be8e60752ea44d682401b10671dfa (diff)
downloadwallabag-1.1.0.tar.gz
wallabag-1.1.0.tar.zst
wallabag-1.1.0.zip
on the road to 1.1.01.1.0
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d400354d..66a2e816 100644
--- 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.0.0'); 11define ('POCHE', '1.1.0');
12require_once 'inc/poche/global.inc.php'; 12require_once 'inc/poche/global.inc.php';
13session_start(); 13session_start();
14 14