Skip to content

Commit

Permalink
bump version to 0.0.45beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Mar 16, 2015
1 parent c981b4d commit 129ff3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -39,7 +39,7 @@
// 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/
Expand Down
2 changes: 1 addition & 1 deletion shaarli_version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php /* 0.0.44beta */ ?>
<?php /* 0.0.45beta */ ?>

0 comments on commit 129ff3c

Please sign in to comment.