]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
v0.2.1 74/head 0.2.1
authornicosomb <nicolas@loeuillet.org>
Tue, 23 Apr 2013 06:08:42 +0000 (08:08 +0200)
committernicosomb <nicolas@loeuillet.org>
Tue, 23 Apr 2013 06:08:42 +0000 (08:08 +0200)
inc/config.php

index 9d4b7fae260cb9478650346f35a8a48840d90b3e..8bafd5950b5d2ab1cd493a4b12e3372d49735419 100644 (file)
@@ -8,7 +8,7 @@
  * @license    http://www.wtfpl.net/ see COPYING file
  */
 
-define ('POCHE_VERSION', '0.2');
+define ('POCHE_VERSION', '0.2.1');
 
 if (!is_dir('db/')) {
     @mkdir('db/',0705);