Mercurial > repos > public > sbplib
changeset 447:ae15b72c16c1 feature/grids
Change the version function to say that we are on the feature/grids branch
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 12 Apr 2017 13:24:16 +0200 |
parents | 112bac1beb11 |
children | 692bf61385c0 |
files | sbplibVersion.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r 112bac1beb11 -r ae15b72c16c1 sbplibVersion.m --- a/sbplibVersion.m Wed Apr 12 13:01:57 2017 +0200 +++ b/sbplibVersion.m Wed Apr 12 13:24:16 2017 +0200 @@ -3,7 +3,7 @@ scriptname = mfilename('fullpath'); [folder,~,~] = fileparts(scriptname); - name = 'sbplib'; + name = 'sbplib (feature/grids)'; ver = '0.0.x'; fprintf('%s %s\n', name, ver);