Bump version to v0.8.2
This commit is contained in:
parent
fcb0d86b90
commit
ae7f6b9d09
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Shaarli v0.8.1 - Shaare your links...
|
* Shaarli v0.8.2 - Shaare your links...
|
||||||
*
|
*
|
||||||
* The personal, minimalist, super-fast, database free, bookmarking service.
|
* The personal, minimalist, super-fast, database free, bookmarking service.
|
||||||
*
|
*
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
/*
|
/*
|
||||||
* PHP configuration
|
* PHP configuration
|
||||||
*/
|
*/
|
||||||
define('shaarli_version', '0.8.1');
|
define('shaarli_version', '0.8.2');
|
||||||
|
|
||||||
// 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)));
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<?php /* 0.8.1 */ ?>
|
<?php /* 0.8.2 */ ?>
|
||||||
|
|
Loading…
Reference in a new issue