Bump version

This commit is contained in:
Knah Tsaeb 2016-06-14 12:01:23 +02:00
parent 5ac350359c
commit 9a49486707
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ if (is_file($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('PHPSUFFIX', ' */ ?>'); // Suffix to encapsulate data in php code.
// http://server.com/x/shaarli --> /shaarli/

View File

@ -1 +1 @@
1.1.3
1.1.4