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

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