Skip to content
Snippets Groups Projects
Commit be7f59e7 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

version 7.3.35

parent 4e68b3c0
Branches
Tags
3 merge requests!1553Master,!1502Master,!1501Stable
07/12/2015 - v7.3.35
- fix php compatibility
07/12/2015 - v7.3.34
- ticket #30973 : Ajout d'un tableau récapitulatif des utilisations des ressources PNB dans l'interface d'administration.
......
......@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.3');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.34');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.35');
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