Commit 0eef29340a9494ef3be66f61d9465aef21836dfb
1 parent
dd7e2a12
Exists in
master
and in
2 other branches
nouveau fichier VERSION.sh pour connaitre la version courante
Showing
2 changed files
with
12 additions
and
7 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +echo | |
2 | +echo "Version actuelle:" | |
3 | +echo | |
4 | +grep "^Version:" README.md | |
5 | +grep "^Date:" README.md | |
6 | + | |
7 | +echo | |
8 | +echo "Le numero de version se trouve dans le fichier README.md (sous la ligne 'VERSION ACTUELLE')" | |
9 | +echo | |
10 | +echo "(il est aussi automatiquement recopié dans src/Template/Layout/default.ctp)" | |
11 | +echo | |
12 | + | ... | ... |