aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2017-03-08 21:48:55 +0100
committerVirtualTam <virtualtam@flibidi.net>2017-03-08 21:48:55 +0100
commit340777ad3f0b4e798a3eedfb730d993972adbe3e (patch)
tree8422d51d82a629a4e139b9458d7fd6e164395b8b
parentff6f9c71d682dbc20c363d71db5016dd0d5247c1 (diff)
downloadShaarli-v0.7.tar.gz
Shaarli-v0.7.tar.zst
Shaarli-v0.7.zip
Bump version to v0.7.1v0.7.1v0.7
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--index.php4
-rw-r--r--shaarli_version.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 7465c41f..baae4179 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
1<?php 1<?php
2/** 2/**
3 * Shaarli v0.7.0 - Shaare your links... 3 * Shaarli v0.7.1 - Shaare your links...
4 * 4 *
5 * The personal, minimalist, super-fast, no-database Delicious clone. 5 * The personal, minimalist, super-fast, no-database Delicious clone.
6 * 6 *
@@ -126,7 +126,7 @@ $GLOBALS['config']['PUBSUBHUB_URL'] = '';
126/* 126/*
127 * PHP configuration 127 * PHP configuration
128 */ 128 */
129define('shaarli_version', '0.7.0'); 129define('shaarli_version', '0.7.1');
130 130
131// http://server.com/x/shaarli --> /shaarli/ 131// http://server.com/x/shaarli --> /shaarli/
132define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0))); 132define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
diff --git a/shaarli_version.php b/shaarli_version.php
index 184e5220..95f3b5b0 100644
--- a/shaarli_version.php
+++ b/shaarli_version.php
@@ -1 +1 @@
<?php /* 0.7.0 */ <?php /* 0.7.1 */