Skip to content
Snippets Groups Projects
Commit a946f85a authored by sebastien's avatar sebastien
Browse files

v4.0 v4.1: fixed buggy dynare_version.m

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2040 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 544dbe9e
No related branches found
No related tags found
No related merge requests found
function dynare_version function v = dynare_version
% function v = dynare_version
% function dynare_version
% This command returns Dynare version number % This command returns Dynare version number
% %
% INPUTS % INPUTS
...@@ -12,7 +11,7 @@ function dynare_version ...@@ -12,7 +11,7 @@ function dynare_version
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% none % none
% Copyright (C) 2001-2008 Dynare Team % Copyright (C) 2008 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
...@@ -29,4 +28,4 @@ function dynare_version ...@@ -29,4 +28,4 @@ function dynare_version
% You should have received a copy of the GNU General Public License % You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>. % along with Dynare. If not, see <http://www.gnu.org/licenses/>.
return '4.1-Prerelease' v = '4.1-Prerelease';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment