]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[change] update poche version in compatibility test file
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 6 Jan 2014 07:32:28 +0000 (08:32 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 6 Jan 2014 07:32:28 +0000 (08:32 +0100)
poche_compatibility_test.php

index eed3c391377116b4f9653463478ad26f581d2474..42faaa2ce705f996a6b5992e774bce81edc0d564 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$app_name = 'poche 1.0';
+$app_name = 'poche 1.3';
 
 $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>='));
 $pcre_ok = extension_loaded('pcre');