Browse Source

Bump version to v0.6.3

ArthurHoaro 8 years ago
parent
commit
729d267172
2 changed files with 3 additions and 3 deletions
  1. 2 2
      index.php
  2. 1 1
      shaarli_version.php

+ 2 - 2
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)));

+ 1 - 1
shaarli_version.php

@@ -1 +1 @@
-<?php /* 0.6.2 */ ?>
+<?php /* 0.6.3 */ ?>