Commit 7f0dda6e86aba922db10244b31a4375b24990c5e
Exists in
master
and in
3 other branches
Merge branch 'dev-IRAP' of https://gitlab.irap.omp.eu/epallier/labinvent into dev-IRAP
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
README-LABINVENT.md
... | ... | @@ -53,8 +53,8 @@ Logiciel testé et validé sur les configurations suivantes : |
53 | 53 | |
54 | 54 | VERSION ACTUELLE |
55 | 55 | |
56 | -Date: 23/06/2017 | |
57 | -Version: 2.6.10 | |
56 | +Date: 27/06/2017 | |
57 | +Version: 2.6.12 | |
58 | 58 | -> Bugfixes materiels/add/edit/validate |
59 | 59 | |
60 | 60 | Version majeure en cours (2.6): https://projects.irap.omp.eu/versions/161 | ... | ... |
src/Template/Layout/default.ctp
... | ... | @@ -102,7 +102,7 @@ $cakeDescription = 'Labinvent 2'; |
102 | 102 | </i></td> |
103 | 103 | <td id="version"> |
104 | 104 | <!-- VERSION M.m.f.b (version (M)ajeure, version (m)ineure, numero de nouvelle (f)onctionnalite, numero de (b)ugfix) --> |
105 | - <font color="black">VERSION 2.6.10 (23/06/2017)</font> | |
105 | + <font color="black">VERSION 2.6.12 (27/06/2017)</font> | |
106 | 106 | <br/> |
107 | 107 | <font color="black"><a href="<?php |
108 | 108 | ... | ... |