]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Version bump: v0.7.0
authorArthurHoaro <arthur@hoa.ro>
Sat, 14 May 2016 09:36:47 +0000 (11:36 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 14 May 2016 09:36:47 +0000 (11:36 +0200)
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
index.php
shaarli_version.php

index 5b8384ba8886fc15258163b9e3cdf295d061b777..7465c41fb9a2399610afe77f397ffc3c68adb4a9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Shaarli v0.6.5 - Shaare your links...
+ * Shaarli v0.7.0 - Shaare your links...
  *
  * The personal, minimalist, super-fast, no-database Delicious clone.
  *
@@ -126,7 +126,7 @@ $GLOBALS['config']['PUBSUBHUB_URL'] = '';
 /*
  * PHP configuration
  */
-define('shaarli_version', '0.6.5');
+define('shaarli_version', '0.7.0');
 
 // http://server.com/x/shaarli --> /shaarli/
 define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
index 5e2933210899aa42a3fe0d0436bdc338fec47430..184e52206d794764e9e1e331b28af86e99b6ec52 100644 (file)
@@ -1 +1 @@
-<?php /* 0.6.5 */ ?>
+<?php /* 0.7.0 */