From: Nicolas LÅ“uillet Date: Wed, 7 Aug 2013 18:05:14 +0000 (+0200) Subject: 1.0 beta1 X-Git-Tag: 1.0-beta1~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=77dea8a23404b1df817421067e0678634406f13f;p=github%2Fwallabag%2Fwallabag.git 1.0 beta1 --- diff --git a/INSTALL.md b/INSTALL.md index 47208ef0..cf027282 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ # Installing poche -Get the [latest twig version](https://github.com/inthepoche/poche/archive/twig.zip) of poche on github. Unzip it and upload it on your server. +Get the [latest dev version](https://github.com/inthepoche/poche/archive/dev.zip) of poche on github. Unzip it and upload it on your server. your datas can be stored on sqlite, postgres or mysql databases. diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index 930b31e5..321784d7 100644 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php @@ -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);