Compare commits
1 Commits
cafe-1.12.
...
cafe-1.13.
| Author | SHA1 | Date | |
|---|---|---|---|
| 32ed13125d |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
*~
|
||||
*.bak
|
||||
*.*-
|
||||
RHEL7-x86_64
|
||||
SL6-x86_64
|
||||
windows-x64
|
||||
felix-cache
|
||||
|
||||
@@ -501,7 +501,7 @@ void macchinettaFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prh
|
||||
break;
|
||||
|
||||
case MOCHA_VERSION:
|
||||
plhs[0]=mxCreateString((char *) "mocha-1.12.5 (Qt5 compatible) : 15 March 2021");
|
||||
plhs[0]=mxCreateString((char *) "mocha-1.13.0 : 22 March 2021");
|
||||
break;
|
||||
|
||||
case SHOW:
|
||||
|
||||
Reference in New Issue
Block a user