Skip to content
Snippets Groups Projects
Commit 2e9467e5 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed copyright year in matlab/dynare_version.in.

parent 803433fa
No related branches found
No related tags found
No related merge requests found
function v = dynare_version
% function v = dynare_version
% This command returns Dynare version number
function v = dynare_version()
% This command returns Dynare version number.
%
% INPUTS
% none
......@@ -11,7 +11,7 @@ function v = dynare_version
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2008-2009 Dynare Team
% Copyright (C) 2008-2017 Dynare Team
%
% This file is part of Dynare.
%
......@@ -28,4 +28,4 @@ function v = dynare_version
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
v = '@PACKAGE_VERSION@';
v = '@PACKAGE_VERSION@';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment