]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Bump version to v0.8.2 717/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 15 Dec 2016 10:52:31 +0000 (11:52 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 15 Dec 2016 10:52:31 +0000 (11:52 +0100)
index.php
shaarli_version.php

index a0a3a8c70648f26098675a21d45387325edda3f3..62bdffd56363f8fda5d2617f8f0d4e16393736f9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -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)));
index 431387bb75bf236a7696629476a1bf25088b7371..e93b0e7faddefb59af197be1d967edc72b01e369 100644 (file)
@@ -1 +1 @@
-<?php /* 0.8.1 */ ?>
+<?php /* 0.8.2 */ ?>