Bump version
This commit is contained in:
parent
5ac350359c
commit
9a49486707
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
||||||
require $GLOBALS['config']['DATADIR'].'/options.php';
|
require $GLOBALS['config']['DATADIR'].'/options.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
define('myShaarli_version', '1.1.3');
|
define('myShaarli_version', '1.1.4');
|
||||||
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 @@
|
||||||
1.1.3
|
1.1.4
|
||||||
|
|
Loading…
Reference in a new issue