]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Bump version to v0.6.3 452/head
authorArthurHoaro <arthur@hoa.ro>
Sun, 31 Jan 2016 18:32:22 +0000 (19:32 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 31 Jan 2016 18:32:22 +0000 (19:32 +0100)
index.php
shaarli_version.php

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