Skip to content
Snippets Groups Projects
Commit 1db815e0 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

clarify package/version info

parent 662d3f71
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License ...@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>. dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.62]) AC_PREREQ([2.62])
AC_INIT([dynare-preprocessor], [1.0]) AC_INIT([dynare-preprocessor], [1.0-unstable])
AC_CONFIG_SRCDIR([src/DynareMain.cc]) AC_CONFIG_SRCDIR([src/DynareMain.cc])
AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax]) AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax])
......
/* /*
* Copyright (C) 2003-2017 Dynare Team * Copyright (C) 2003-2018 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
...@@ -341,7 +341,7 @@ main(int argc, char **argv) ...@@ -341,7 +341,7 @@ main(int argc, char **argv)
} }
if (!nopreprocessoroutput) if (!nopreprocessoroutput)
cout << "Starting Dynare (version " << PACKAGE_VERSION << ")." << endl cout << "Dynare Preprocessor (version " << PACKAGE_VERSION << ")." << endl
<< "Starting preprocessing of the model file ..." << endl; << "Starting preprocessing of the model file ..." << endl;
// Construct basename (i.e. remove file extension if there is one) // Construct basename (i.e. remove file extension if there is one)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment