bump version to 0.0.45beta

This commit is contained in:
nodiscc 2015-03-16 16:17:31 +01:00
parent c981b4d19c
commit 129ff3c2e5
2 changed files with 3 additions and 3 deletions

View File

@ -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/

View File

@ -1 +1 @@
<?php /* 0.0.44beta */ ?>
<?php /* 0.0.45beta */ ?>