diff --git a/inc/config.php b/inc/config.php index 38cb5ee..c63b07b 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);