bump version to 0.0.45beta
This commit is contained in:
parent
c981b4d19c
commit
129ff3c2e5
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?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
|
// The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net
|
||||||
// http://sebsauvage.net/wiki/doku.php?id=php:shaarli
|
// http://sebsauvage.net/wiki/doku.php?id=php:shaarli
|
||||||
// Licence: http://www.opensource.org/licenses/zlib-license.php
|
// Licence: http://www.opensource.org/licenses/zlib-license.php
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
// Optional config file.
|
// Optional config file.
|
||||||
if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php');
|
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('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in PHP code.
|
||||||
define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in PHP code.
|
define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in PHP code.
|
||||||
// http://server.com/x/shaarli --> /shaarli/
|
// http://server.com/x/shaarli --> /shaarli/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<?php /* 0.0.44beta */ ?>
|
<?php /* 0.0.45beta */ ?>
|
||||||
|
|
Loading…
Reference in a new issue