]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
update constant version 933/head
authorThomas Citharel <tcit@tcit.fr>
Sun, 16 Nov 2014 01:29:01 +0000 (02:29 +0100)
committerThomas Citharel <tcit@tcit.fr>
Sun, 16 Nov 2014 01:29:01 +0000 (02:29 +0100)
index.php

index 39990d55a7c59292f1a7ba78caa5dcbc146189e3..adfef71bef24e815cef7eef8152ccd27e5ea2c4a 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@
  * @license    http://opensource.org/licenses/MIT see COPYING file
  */
 
-define ('POCHE', '1.8.0');
+define ('POCHE', '1.8.1');
 require 'check_essentials.php';
 require 'check_setup.php';
 require_once 'inc/poche/global.inc.php';
@@ -19,4 +19,4 @@ Session::init();
 
 // Let's rock !
 $wallabag = new Poche();
-$wallabag->run();
\ No newline at end of file
+$wallabag->run();