


Returning version of mdt


0001 function ver = mdtVersion() 0002 % Returning version of mdt 0003 0004 % MDT: MATLAB developement toolbox - for the everyday programmer 0005 % Copyright (C) 2012 Alexander Reinhold 0006 % 0007 % This program is free software: you can redistribute it and/or modify it 0008 % under the terms of the GNU Lesser General Public License as published 0009 % by the Free Software Foundation, either version 3 of the License, or 0010 % (at your option) any later version. 0011 % 0012 % This program is distributed in the hope that it will be useful, but 0013 % WITHOUT ANY WARRANTY; without even the implied warranty of 0014 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0015 % Lesser General Public License for more details. 0016 % 0017 % You should have received a copy of the GNU Lesser General Public License 0018 % along with this program. If not, see <http://www.gnu.org/licenses/>. 0019 0020 ver = '1.0';