aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php4
-rw-r--r--shaarli_version.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index fdd9aecb..dfebdcad 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// Shaarli 0.0.42 beta - Shaare your links... 2// Shaarli 0.0.43beta - 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.42 beta'); 42define('shaarli_version','0.0.43beta');
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.txt b/shaarli_version.txt
index 54049091..b6cffb3a 100644
--- a/shaarli_version.txt
+++ b/shaarli_version.txt
@@ -1 +1 @@
0.0.42 beta 0.0.43beta