Merge pull request #383 from ArthurHoaro/master

Bump version to v0.6.0
This commit is contained in:
Arthur 2015-11-18 13:39:46 +01:00
commit a5dd1772bd
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1 +1 @@
<?php /* 0.5.4 */ ?> <?php /* 0.6.0 */ ?>