Skip to content

Commit

Permalink
bump version to 0.0.43beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Feb 20, 2015
1 parent 4891e2f commit be3f0b4
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.42 beta - Shaare your links...
// Shaarli 0.0.43beta - 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.42 beta');
define('shaarli_version','0.0.43beta');
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.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.42 beta
0.0.43beta

0 comments on commit be3f0b4

Please sign in to comment.