Commit 704cd4c6719ebc8b1c39912a0dc99de5e8624c81
1 parent
7e8c1ba2
Exists in
master
and in
3 other branches
upate version (pour bugfix date garantie)
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README-LABINVENT.md
... | ... | @@ -54,7 +54,7 @@ Logiciel testé et validé sur les configurations suivantes : |
54 | 54 | VERSION ACTUELLE |
55 | 55 | |
56 | 56 | Date: 19/06/2017 |
57 | -Version: 2.6.6 | |
57 | +Version: 2.6.7 | |
58 | 58 | -> Bugfixes add/edit dates materiels |
59 | 59 | - ATTENTION : Mise à jour de la base de données requise (cf database/update) |
60 | 60 | ... | ... |
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.6 (19/06/2017)</font> | |
104 | + <font color="black">VERSION 2.6.7 (19/06/2017)</font> | |
105 | 105 | <br/> |
106 | 106 | <font color="black"><a href="<?php |
107 | 107 | ... | ... |