Skip to content
Snippets Groups Projects
Commit 142c2a8a authored by Ghislain Loas's avatar Ghislain Loas
Browse files

version 7.5.18

parent f9856763
Branches
Tags 7.5.18
2 merge requests!1659Master,!1587Master
14/03/2016 - v7.5.18
- Fix php 5.4 compatibility
14/03/2016 - v7.5.17
- ticket #39488 : Boite bibliothèque : ajout des filtres
......
......@@ -65,7 +65,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.5');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.17');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.18');
defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment