]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
bump version to 0.0.45beta v0.0.45beta
authornodiscc <nodiscc@gmail.com>
Mon, 16 Mar 2015 15:17:31 +0000 (16:17 +0100)
committernodiscc <nodiscc@gmail.com>
Mon, 16 Mar 2015 15:17:31 +0000 (16:17 +0100)
index.php
shaarli_version.php

index 1ab34193a3e8505c1a5f4f6e6ce925941210e0cc..0d3c33011d146b69481766e649a7c5fdeb1fcbe3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-// Shaarli 0.0.44beta - Shaare your links...
+// Shaarli 0.0.45beta - 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.44beta');
+define('shaarli_version','0.0.45beta');
 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 e333d4e14a9dc1feece1d3c7379096572bcd95e1..d2254870e5bbe6e865041762ea08569cf4aa81c8 100644 (file)
@@ -1 +1 @@
-<?php /* 0.0.44beta */ ?>
+<?php /* 0.0.45beta */ ?>