Merge pull request #501 from ArthurHoaro/v0.6.4

Bump version to v0.6.4
This commit is contained in:
Arthur 2016-02-28 14:34:33 +01:00
commit 8710d4da8e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* Shaarli v0.6.3 - Shaare your links...
* Shaarli v0.6.4 - Shaare your links...
*
* The personal, minimalist, super-fast, no-database Delicious clone.
*
@ -125,7 +125,7 @@ $GLOBALS['config']['PUBSUBHUB_URL'] = '';
/*
* PHP configuration
*/
define('shaarli_version', '0.6.3');
define('shaarli_version', '0.6.4');
// http://server.com/x/shaarli --> /shaarli/
define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));

View File

@ -1 +1 @@
<?php /* 0.6.3 */ ?>
<?php /* 0.6.4 */ ?>