summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorjvoisin2014-06-08 13:39:18 +0200
committerjvoisin2014-06-08 13:39:18 +0200
commitaf36529554c39a2eefcc2c8723715e2d25b401b8 (patch)
treef54b964520bab44d1dfac725086211eaf22d3763 /RELEASE
parentef5a32cfd3c0555ffe5ddf413eeaae61622ebb4b (diff)
Rename the MAT folder to libmat.
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
Diffstat (limited to '')
-rw-r--r--RELEASE4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 3a34cd7..99e6fcf 100644
--- a/RELEASE
+++ b/RELEASE
@@ -9,10 +9,10 @@ update changelog:
9 git log -> CHANGELOG 9 git log -> CHANGELOG
10 10
11update version number (Don't be affraid to use -rc or -beta) 11update version number (Don't be affraid to use -rc or -beta)
12 MAT/mat.py -> __version__ = $VERSION 12 libmat/mat.py -> __version__ = $VERSION
13 13
14commit release changes 14commit release changes
15 git commit CHANGELOG MAT/mat.py 15 git commit CHANGELOG libmat/mat.py
16 16
17create a tag 17create a tag
18 git tag -s $VERSION 18 git tag -s $VERSION