]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
tag 0.11 0.11
authornicosomb <nicolas@loeuillet.org>
Fri, 19 Apr 2013 11:38:16 +0000 (13:38 +0200)
committernicosomb <nicolas@loeuillet.org>
Fri, 19 Apr 2013 11:38:16 +0000 (13:38 +0200)
inc/config.php

index 38cb5eef43bef49f832e0033e453d29d6a5f0953..c63b07b950c7b84a80a4e96f796639627c3467b1 100644 (file)
@@ -8,7 +8,7 @@
  * @license    http://www.wtfpl.net/ see COPYING file
  */
 
-define ('POCHE_VERSION', '0.1');
+define ('POCHE_VERSION', '0.11');
 
 if (!is_dir('db/')) {
     @mkdir('db/',0705);