]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Version 0.0.41 beta v0.0.41beta
authorSébastien SAUVAGE <sebsauvage@sebsauvage.net>
Fri, 8 Mar 2013 09:14:31 +0000 (10:14 +0100)
committerSébastien SAUVAGE <sebsauvage@sebsauvage.net>
Fri, 8 Mar 2013 09:14:31 +0000 (10:14 +0100)
README.md
index.php

index 7160999edffdf330cd69d409ef5fdbaee4703944..8f3c479b4a49cd32b2526286597e8ed9f14ad2f5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 ![Shaarli logo](http://sebsauvage.net/wiki/lib/exe/fetch.php?media=php:php_shaarli:php_shaarli_logo_inkscape_w600_transp-nq8.png)
 
-Shaarli 0.0.40 beta
+Shaarli
 The personal, minimalist, super-fast, no-database delicious clone.
 
 You want to share the links you discover ? Shaarli is a minimalist delicious clone you can install on your own website.
index 8e90f9ab8b890415d46124cfb529ad2088b4396c..adc11f9bc4405087983e996c0ebeebeb75131eb9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-// Shaarli 0.0.40 beta - Shaare your links...
+// Shaarli 0.0.41 beta - 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
@@ -28,7 +28,7 @@ $GLOBALS['config']['UPDATECHECK_INTERVAL'] = 86400 ; // Updates check frequency
 // Optionnal config file.
 if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php');
 
-define('shaarli_version','0.0.40 beta');
+define('shaarli_version','0.0.41 beta');
 define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in php code.
 define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in php code.