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

6.55.3

parent 60130b43
Branches
Tags
3 merge requests!529Hotline 6.56,!519Master,!518Hotline 6.55
07/11/2014 - v6.55.3
- ticket #16652: boite de recherche : correction de la prise en charge de la sélection de bibliothèques.
- ticket #17179: cosmogramme : modification du connecteur mysql pour reconnection automatique lors des traitements d'intégration longs
04/11/2014 - v6.55.2
- ticket #17249: Menu vertical : Un bloc de menu contenant s'ouvre automatiquement si l'url courante est référencé dans celui-ci
......
- ticket: #16652: boite de recherche
- correction de la prise en charge de la sélection de bibliothèques.
\ No newline at end of file
......@@ -57,7 +57,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('VERSION_PERGAME','6.55');
defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.2');
defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.3');
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