aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-03-16 16:17:31 +0100
committernodiscc <nodiscc@gmail.com>2015-03-16 16:17:31 +0100
commit129ff3c2e50154d563de12c85ec7597df5bded5a (patch)
tree4fdd4d3230e62e1794584a88a14692af63e1008e
parentc981b4d19cea6ee8001ba80e1d7e47cd3d2f7ff6 (diff)
downloadShaarli-129ff3c2e50154d563de12c85ec7597df5bded5a.tar.gz
Shaarli-129ff3c2e50154d563de12c85ec7597df5bded5a.tar.zst
Shaarli-129ff3c2e50154d563de12c85ec7597df5bded5a.zip
bump version to 0.0.45betav0.0.45beta
-rw-r--r--index.php4
-rw-r--r--shaarli_version.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 1ab34193..0d3c3301 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// Shaarli 0.0.44beta - Shaare your links... 2// Shaarli 0.0.45beta - Shaare your links...
3// The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net 3// The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net
4// http://sebsauvage.net/wiki/doku.php?id=php:shaarli 4// http://sebsauvage.net/wiki/doku.php?id=php:shaarli
5// Licence: http://www.opensource.org/licenses/zlib-license.php 5// Licence: http://www.opensource.org/licenses/zlib-license.php
@@ -39,7 +39,7 @@ $GLOBALS['config']['ENABLE_RSS_PERMALINKS'] = true; // Enable RSS permalinks by
39// Optional config file. 39// Optional config file.
40if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php'); 40if (is_file($GLOBALS['config']['DATADIR'].'/options.php')) require($GLOBALS['config']['DATADIR'].'/options.php');
41 41
42define('shaarli_version','0.0.44beta'); 42define('shaarli_version','0.0.45beta');
43define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in PHP code. 43define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in PHP code.
44define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in PHP code. 44define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in PHP code.
45// http://server.com/x/shaarli --> /shaarli/ 45// http://server.com/x/shaarli --> /shaarli/
diff --git a/shaarli_version.php b/shaarli_version.php
index e333d4e1..d2254870 100644
--- a/shaarli_version.php
+++ b/shaarli_version.php
@@ -1 +1 @@
<?php /* 0.0.44beta */ ?> <?php /* 0.0.45beta */ ?>