Skip to content

Commit

Permalink
Merge pull request #509 from ArthurHoaro/v0.6.5
Browse files Browse the repository at this point in the history
Bump version to v0.6.5
  • Loading branch information
ArthurHoaro committed Mar 2, 2016
2 parents 9f277ad + 797a6f3 commit 890afc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Shaarli v0.6.4 - Shaare your links...
* Shaarli v0.6.5 - Shaare your links...
*
* The personal, minimalist, super-fast, no-database Delicious clone.
*
Expand Down Expand Up @@ -125,7 +125,7 @@
/*
* PHP configuration
*/
define('shaarli_version', '0.6.4');
define('shaarli_version', '0.6.5');

// http://server.com/x/shaarli --> /shaarli/
define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
Expand Down
2 changes: 1 addition & 1 deletion shaarli_version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php /* 0.6.4 */ ?>
<?php /* 0.6.5 */ ?>

0 comments on commit 890afc3

Please sign in to comment.