Commit e5f096f9b85df742557c82947f9ff2ff76a23884
1 parent
4846c8c5
Exists in
master
and in
3 other branches
updated version and date
Showing
3 changed files
with
6 additions
and
4 deletions
Show diff stats
README-LABINVENT.md
... | ... | @@ -53,9 +53,9 @@ Logiciel testé et validé sur les configurations suivantes : |
53 | 53 | |
54 | 54 | VERSION ACTUELLE |
55 | 55 | |
56 | -Date: 22/06/2017 | |
57 | -Version: 2.6.9 | |
58 | - -> Bugfixes materiels/index (boutons admin inactifs) | |
56 | +Date: 23/06/2017 | |
57 | +Version: 2.6.10 | |
58 | + -> Bugfixes materiels/add/edit/validate | |
59 | 59 | |
60 | 60 | Version majeure en cours (2.6): https://projects.irap.omp.eu/versions/161 |
61 | 61 | ... | ... |
src/Template/Layout/default.ctp
... | ... | @@ -101,7 +101,7 @@ $cakeDescription = 'Labinvent 2'; |
101 | 101 | </i></td> |
102 | 102 | <td id="version"> |
103 | 103 | <!-- VERSION M.m.f.b (version (M)ajeure, version (m)ineure, numero de nouvelle (f)onctionnalite, numero de (b)ugfix) --> |
104 | - <font color="black">VERSION 2.6.9 (22/06/2017)</font> | |
104 | + <font color="black">VERSION 2.6.10 (23/06/2017)</font> | |
105 | 105 | <br/> |
106 | 106 | <font color="black"><a href="<?php |
107 | 107 | ... | ... |