aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-11 21:04:04 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-11 21:04:04 +0200
commit6a9e4bfc901439d5b4791b229acc872d43461f8f (patch)
tree5c9f0a18fd33214c3afc97c7e52ad78dca25fe27 /inc
parent15493df62db830a0834a74c240bbb9d8889ae1de (diff)
downloadwallabag-6a9e4bfc901439d5b4791b229acc872d43461f8f.tar.gz
wallabag-6a9e4bfc901439d5b4791b229acc872d43461f8f.tar.zst
wallabag-6a9e4bfc901439d5b4791b229acc872d43461f8f.zip
version number1.0-beta2
Diffstat (limited to 'inc')
-rw-r--r--inc/poche/config.inc.php2
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');
16define ('STORAGE_USER', 'postgres'); # leave blank for sqlite 16define ('STORAGE_USER', 'postgres'); # leave blank for sqlite
17define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite 17define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite
18 18
19define ('POCHE_VERSION', '1.0-beta1'); 19define ('POCHE_VERSION', '1.0-beta2');
20define ('MODE_DEMO', FALSE); 20define ('MODE_DEMO', FALSE);
21define ('DEBUG_POCHE', FALSE); 21define ('DEBUG_POCHE', FALSE);
22define ('CONVERT_LINKS_FOOTNOTES', FALSE); 22define ('CONVERT_LINKS_FOOTNOTES', FALSE);