]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
bump version to 0.0.43beta v0.0.43beta
authornodiscc <nodiscc@gmail.com>
Fri, 20 Feb 2015 18:41:53 +0000 (19:41 +0100)
committernodiscc <nodiscc@gmail.com>
Fri, 20 Feb 2015 18:41:53 +0000 (19:41 +0100)
index.php
shaarli_version.txt

index fdd9aecb1d7fbdae70130def798bf18421fb6298..dfebdcad312c58dedaebf0ee893499fd050d5e26 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-// Shaarli 0.0.4beta - Shaare your links...
+// Shaarli 0.0.43beta - Shaare your links...
 // The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net
 // http://sebsauvage.net/wiki/doku.php?id=php:shaarli
 // Licence: http://www.opensource.org/licenses/zlib-license.php
@@ -39,7 +39,7 @@ $GLOBALS['config']['ENABLE_RSS_PERMALINKS'] = true;  // Enable RSS permalinks by
 // Optional config file.
 if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php');
 
-define('shaarli_version','0.0.4beta');
+define('shaarli_version','0.0.43beta');
 define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in PHP code.
 define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in PHP code.
 // http://server.com/x/shaarli --> /shaarli/
index 5404909102f6416cf6030696baf07e5f508a7170..b6cffb3a8c522b21de127fb17cf6c93b2088b826 100644 (file)
@@ -1 +1 @@
-0.0.4beta
+0.0.43beta