aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-11-25 09:57:10 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-11-25 09:57:10 +0100
commit7a4482b8a43afca7f5c311ae7e44b3f0c4d239c0 (patch)
tree1976b248eb85e335febc13e0442b8fe766b91687
parentdefa7754a4a532a985367394a28b359d099d7f34 (diff)
downloadwallabag-7a4482b8a43afca7f5c311ae7e44b3f0c4d239c0.tar.gz
wallabag-7a4482b8a43afca7f5c311ae7e44b3f0c4d239c0.tar.zst
wallabag-7a4482b8a43afca7f5c311ae7e44b3f0c4d239c0.zip
1.2.0: here we go1.2.0
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 66a2e816..ba146257 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.1.0'); 11define ('POCHE', '1.2.0');
12require_once 'inc/poche/global.inc.php'; 12require_once 'inc/poche/global.inc.php';
13session_start(); 13session_start();
14 14