diff options
-rw-r--r-- | inc/poche/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index 321784d7..ba8a9fa0 100644 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php | |||
@@ -16,7 +16,7 @@ define ('STORAGE_SQLITE', './db/poche.sqlite'); | |||
16 | define ('STORAGE_USER', 'postgres'); # leave blank for sqlite | 16 | define ('STORAGE_USER', 'postgres'); # leave blank for sqlite |
17 | define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite | 17 | define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite |
18 | 18 | ||
19 | define ('POCHE_VERSION', '1.0-beta1'); | 19 | define ('POCHE_VERSION', '1.0-beta2'); |
20 | define ('MODE_DEMO', FALSE); | 20 | define ('MODE_DEMO', FALSE); |
21 | define ('DEBUG_POCHE', FALSE); | 21 | define ('DEBUG_POCHE', FALSE); |
22 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 22 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); |