From: nicosomb Date: Fri, 19 Apr 2013 11:38:16 +0000 (+0200) Subject: tag 0.11 X-Git-Tag: 0.11 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ff4d8c8c1efca0759330906419cb5f36de86d156;p=github%2Fwallabag%2Fwallabag.git tag 0.11 --- diff --git a/inc/config.php b/inc/config.php index 38cb5eef..c63b07b9 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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);