]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Bump version to v0.6.4 501/head
authorArthurHoaro <arthur@hoa.ro>
Sun, 28 Feb 2016 13:33:05 +0000 (14:33 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 28 Feb 2016 13:33:05 +0000 (14:33 +0100)
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
index.php
shaarli_version.php

index 6712f90ea7e4029d4cc949ac1b341a9d106d3a75..d1acb8af2baf407dd32941fb1fe42ff026cad128 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Shaarli v0.6.3 - Shaare your links...
+ * Shaarli v0.6.4 - Shaare your links...
  *
  * The personal, minimalist, super-fast, no-database Delicious clone.
  *
@@ -125,7 +125,7 @@ $GLOBALS['config']['PUBSUBHUB_URL'] = '';
 /*
  * PHP configuration
  */
-define('shaarli_version', '0.6.3');
+define('shaarli_version', '0.6.4');
 
 // http://server.com/x/shaarli --> /shaarli/
 define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
index 99181e3e3311171fd37a90fe269247083210d69e..8497c74167103284d749b5e19f33be8cf16819ba 100644 (file)
@@ -1 +1 @@
-<?php /* 0.6.3 */ ?>
+<?php /* 0.6.4 */ ?>