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

version 7.1.11

parent 52bb1a9a
Branches
Tags
3 merge requests!715Master,!711Master,!710Hotline master
19/02/2015 - v7.1.11
- ticket #21501 : Correction du bug supprimant la définition des permissions lors de la suppression d'un groupe d'utilisateur.
17/02/2015 - v7.1.10
- ticket #21388: Ajout de la vérification des patchs SQL/PHP.
......
- ticket #21501 : Correction du bug supprimant la définition des permissions lors de la suppression d'un groupe d'utilisateur.
\ No newline at end of file
......@@ -56,7 +56,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.1');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.10');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.11');
defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');
......
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