mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
version number
This commit is contained in:
parent
15493df62d
commit
6a9e4bfc90
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ define ('STORAGE_SQLITE', './db/poche.sqlite');
|
|||
define ('STORAGE_USER', 'postgres'); # leave blank for sqlite
|
||||
define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite
|
||||
|
||||
define ('POCHE_VERSION', '1.0-beta1');
|
||||
define ('POCHE_VERSION', '1.0-beta2');
|
||||
define ('MODE_DEMO', FALSE);
|
||||
define ('DEBUG_POCHE', FALSE);
|
||||
define ('CONVERT_LINKS_FOOTNOTES', FALSE);
|
||||
|
|
Loading…
Reference in a new issue