]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
1.0 beta1
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 7 Aug 2013 18:05:14 +0000 (20:05 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 7 Aug 2013 18:05:14 +0000 (20:05 +0200)
INSTALL.md
inc/poche/config.inc.php

index 47208ef05d87277675f9be2c4a64a8a0f1c2f851..cf0272828d9460593ccac62cdbb42329a829cc6a 100644 (file)
@@ -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.
 
index 930b31e5f9058e6f85320c2e6b2eb50f01d46f79..321784d770a100efd21c6ba616be8a81ca11c3a7 100644 (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);