bump version to 0.0.44beta

This commit is contained in:
nodiscc 2015-03-15 14:23:25 +01:00
parent 3a82ed09f3
commit aa22244027
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?php
// Shaarli 0.0.43beta - Shaare your links...
// Shaarli 0.0.44beta - 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.43beta');
define('shaarli_version','0.0.44beta');
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.43beta */ ?>
<?php /* 0.0.44beta */ ?>