From 6642a9db1d4a2dde75da524eaf9b89ada8dde96c Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Tue, 22 Oct 2024 13:35:19 +1300 Subject: [PATCH] Some minor cleaning up. --- tests/resources/generator/cellml_slc_example/model.c | 4 ++-- tests/resources/generator/cellml_slc_example/model.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/resources/generator/cellml_slc_example/model.c b/tests/resources/generator/cellml_slc_example/model.c index 620e211c4b..1436a03f37 100644 --- a/tests/resources/generator/cellml_slc_example/model.c +++ b/tests/resources/generator/cellml_slc_example/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t CONSTANT_COUNT = 9; const size_t COMPUTED_CONSTANT_COUNT = 1; diff --git a/tests/resources/generator/cellml_slc_example/model.h b/tests/resources/generator/cellml_slc_example/model.h index 0ddb1afed8..661f80fa6f 100644 --- a/tests/resources/generator/cellml_slc_example/model.h +++ b/tests/resources/generator/cellml_slc_example/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once