]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - poche_compatibility_test.php
[change] update poche version in compatibility test file
[github/wallabag/wallabag.git] / 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');