From 851520181b20899b2e4fc53d56b5500a1433d272 Mon Sep 17 00:00:00 2001 From: "joaquin.f.fernandez" Date: Wed, 28 Aug 2024 09:36:13 -0300 Subject: [PATCH] Update version. --- bin/build.sh | 2 +- bin/compile.sh | 2 +- bin/createLog.sh | 2 +- bin/exportvars.sh | 2 +- bin/gnuplot.sh | 2 +- bin/mmoc.sh | 2 +- bin/registervars.sh | 2 +- bin/run.sh | 2 +- bin/runqss.sh | 2 +- bin/sbml.sh | 2 +- bin/simulate.sh | 2 +- bin/sortDiscretes.sh | 2 +- bin/uploadDoc.sh | 2 +- deploy/linux/build.sh | 2 +- deploy/linux/version | 2 +- src/engine/QSSSolver.doxyfile | 2 +- src/gui/QSSSolverGUI.doxyfile | 2 +- src/mmoc/MMOCompiler.doxyfile | 2 +- src/mmoc/main.cpp | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bin/build.sh b/bin/build.sh index 48734687..2f3370e5 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -15,7 +15,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== FILE=$1 diff --git a/bin/compile.sh b/bin/compile.sh index a3809016..d1198c3f 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -18,7 +18,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== FILE=$1 diff --git a/bin/createLog.sh b/bin/createLog.sh index c3cf52d1..cf8e8013 100755 --- a/bin/createLog.sh +++ b/bin/createLog.sh @@ -14,7 +14,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== MODEL=$1 diff --git a/bin/exportvars.sh b/bin/exportvars.sh index ff1a2e1f..3abf1a12 100755 --- a/bin/exportvars.sh +++ b/bin/exportvars.sh @@ -14,7 +14,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== cd .. diff --git a/bin/gnuplot.sh b/bin/gnuplot.sh index 65ce1d9f..8a605435 100755 --- a/bin/gnuplot.sh +++ b/bin/gnuplot.sh @@ -13,7 +13,7 @@ # NOTES: -persist is the default option used by the QSS Solver GUI. # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== OPTIONS=$1 diff --git a/bin/mmoc.sh b/bin/mmoc.sh index fdcb4dbf..0efbc3b2 100755 --- a/bin/mmoc.sh +++ b/bin/mmoc.sh @@ -14,7 +14,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== OPTIONS=$1 diff --git a/bin/registervars.sh b/bin/registervars.sh index 9c39e69b..8d69f9ac 100755 --- a/bin/registervars.sh +++ b/bin/registervars.sh @@ -14,7 +14,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== cd .. diff --git a/bin/run.sh b/bin/run.sh index 5813c724..f9013829 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -17,7 +17,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== diff --git a/bin/runqss.sh b/bin/runqss.sh index c800d9d1..cfb5dd34 100755 --- a/bin/runqss.sh +++ b/bin/runqss.sh @@ -16,7 +16,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== FILE=$1 diff --git a/bin/sbml.sh b/bin/sbml.sh index 65bf9436..025a70f9 100755 --- a/bin/sbml.sh +++ b/bin/sbml.sh @@ -16,7 +16,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== OPTIONS=$1 diff --git a/bin/simulate.sh b/bin/simulate.sh index 5ffe5bc2..264a6b2c 100755 --- a/bin/simulate.sh +++ b/bin/simulate.sh @@ -20,7 +20,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== FILE=$1 diff --git a/bin/sortDiscretes.sh b/bin/sortDiscretes.sh index e1ba634f..331c1e1c 100755 --- a/bin/sortDiscretes.sh +++ b/bin/sortDiscretes.sh @@ -15,7 +15,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== if test -n "$(find . -maxdepth 1 -name '*-discrete-*.dat' -print -quit)"; then diff --git a/bin/uploadDoc.sh b/bin/uploadDoc.sh index 1a9a62d8..c451277a 100755 --- a/bin/uploadDoc.sh +++ b/bin/uploadDoc.sh @@ -13,7 +13,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== cd $MMOC_SRC/engine/usr/doc/html diff --git a/deploy/linux/build.sh b/deploy/linux/build.sh index cdf99498..29487974 100755 --- a/deploy/linux/build.sh +++ b/deploy/linux/build.sh @@ -15,7 +15,7 @@ # NOTES: --- # AUTHOR: Joaquin Fernandez, joaquin.f.fernandez@gmail.com # PROJECT: QSS Solver -# VERSION: 4.3.0 +# VERSION: 4.4.0 #=================================================================================== rm -rf qss-solver-*.deb diff --git a/deploy/linux/version b/deploy/linux/version index 80895903..fdc66988 100644 --- a/deploy/linux/version +++ b/deploy/linux/version @@ -1 +1 @@ -4.3.0 +4.4.0 diff --git a/src/engine/QSSSolver.doxyfile b/src/engine/QSSSolver.doxyfile index 948765d1..bad8266b 100644 --- a/src/engine/QSSSolver.doxyfile +++ b/src/engine/QSSSolver.doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Stand-Alone QSS Solver" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.3.0 +PROJECT_NUMBER = 4.4.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/gui/QSSSolverGUI.doxyfile b/src/gui/QSSSolverGUI.doxyfile index bd250580..336bf3f7 100644 --- a/src/gui/QSSSolverGUI.doxyfile +++ b/src/gui/QSSSolverGUI.doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "QSS Solver GUI" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.3.0 +PROJECT_NUMBER = 4.4.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/mmoc/MMOCompiler.doxyfile b/src/mmoc/MMOCompiler.doxyfile index d0d2e0f6..06529830 100644 --- a/src/mmoc/MMOCompiler.doxyfile +++ b/src/mmoc/MMOCompiler.doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = MicroModelica C Compiler # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.3.0 +PROJECT_NUMBER = 4.4.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/mmoc/main.cpp b/src/mmoc/main.cpp index bb802070..62cd4132 100644 --- a/src/mmoc/main.cpp +++ b/src/mmoc/main.cpp @@ -89,7 +89,7 @@ void usage() void version() { - cout << "MicroModelica C Compiler 4.3.0" << endl; + cout << "MicroModelica C Compiler 4.4.0" << endl; cout << "License GPLv3+: GNU GPL version 3 or later " << endl; cout << "This is free software: you are free to change and redistribute it." << endl; cout << "There is NO WARRANTY, to the extent permitted by law." << endl;