Commit 1b5533751eb239cc416f1c6bbf221d5f9f885081
1 parent
df93b088
Exists in
master
and in
3 other branches
update version
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README-LABINVENT.md
... | ... | @@ -48,7 +48,7 @@ Logiciel testé et validé sur les configurations suivantes : |
48 | 48 | VERSION ACTUELLE |
49 | 49 | |
50 | 50 | Date: 04/09/2017 |
51 | -Version: 2.8.0.1 | |
51 | +Version: 2.8.0.2 | |
52 | 52 | - Poursuite de la mise en place du nouveau système ACL simplifié basé sur les tableaux $easyACL (désormais actif mais sans influence) |
53 | 53 | |
54 | 54 | Version majeure en cours (2.8): https://projects.irap.omp.eu/versions/162 | ... | ... |
src/Template/Layout/default.ctp
... | ... | @@ -115,7 +115,7 @@ $cakeDescription = 'Labinvent 2'; |
115 | 115 | </i></td> |
116 | 116 | <td id="version"> |
117 | 117 | <!-- VERSION M.m.f.b (version (M)ajeure, version (m)ineure, numero de nouvelle (f)onctionnalite, numero de (b)ugfix) --> |
118 | - <font color="black">VERSION 2.8.0.1 (04/09/2017)</font> | |
118 | + <font color="black">VERSION 2.8.0.2 (04/09/2017)</font> | |
119 | 119 | <br/> |
120 | 120 | <font color="black"><a href="<?php |
121 | 121 | ... | ... |