Bump version to v0.8.2

This commit is contained in:
ArthurHoaro 2016-12-15 11:52:31 +01:00
parent fcb0d86b90
commit ae7f6b9d09
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* Shaarli v0.8.1 - Shaare your links...
* Shaarli v0.8.2 - Shaare your links...
*
* The personal, minimalist, super-fast, database free, bookmarking service.
*
@ -25,7 +25,7 @@ if (date_default_timezone_get() == '') {
/*
* PHP configuration
*/
define('shaarli_version', '0.8.1');
define('shaarli_version', '0.8.2');
// 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.8.1 */ ?>
<?php /* 0.8.2 */ ?>