1.0 beta1

This commit is contained in:
Nicolas Lœuillet
2013-08-07 20:05:14 +02:00
parent 01c0e050ad
commit 77dea8a234
2 changed files with 2 additions and 2 deletions

View File

@ -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-beta');
define ('POCHE_VERSION', '1.0-beta1');
define ('MODE_DEMO', FALSE);
define ('DEBUG_POCHE', FALSE);
define ('CONVERT_LINKS_FOOTNOTES', FALSE);