aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 b06dd50c..872acf09 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
1<?php 1<?php
2/** 2/**
3 * Shaarli v0.5.4 - Shaare your links... 3 * Shaarli v0.6.0 - 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 *
@@ -115,7 +115,7 @@ $GLOBALS['config']['PUBSUBHUB_URL'] = '';
115/* 115/*
116 * PHP configuration 116 * PHP configuration
117 */ 117 */
118define('shaarli_version', '0.5.4'); 118define('shaarli_version', '0.6.0');
119 119
120// http://server.com/x/shaarli --> /shaarli/ 120// http://server.com/x/shaarli --> /shaarli/
121define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0))); 121define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
diff --git a/shaarli_version.php b/shaarli_version.php
index 17f5ffab..a5f0a095 100644
--- a/shaarli_version.php
+++ b/shaarli_version.php
@@ -1 +1 @@
<?php /* 0.5.4 */ ?> <?php /* 0.6.0 */ ?>