From 080b529c19c8c2ac1a6e74dfa68a0c4ace97e34b Mon Sep 17 00:00:00 2001 From: "Marios S. Kyriakou" Date: Sat, 10 May 2025 14:21:32 +0300 Subject: [PATCH] replace 2.2 with 2.3 in the files. --- doc/newfooter.html | 2 +- src/util/cstr_helper.c | 2 +- src/util/cstr_helper.h | 2 +- src/util/errormanager.c | 2 +- src/util/errormanager.h | 2 +- src/util/filemanager.c | 2 +- src/util/filemanager.h | 2 +- tests/test_analysis.cpp | 2 +- tests/test_control.cpp | 2 +- tests/test_curve.cpp | 2 +- tests/test_demand.cpp | 2 +- tests/test_hydraulics.cpp | 2 +- tests/test_link.cpp | 2 +- tests/test_net_builder.cpp | 2 +- tests/test_overflow.cpp | 2 +- tests/test_pattern.cpp | 2 +- tests/test_pda.cpp | 2 +- tests/test_project.cpp | 2 +- tests/test_quality.cpp | 2 +- tests/test_reent.cpp | 2 +- tests/test_report.cpp | 2 +- tests/test_toolkit.cpp | 2 +- tests/test_toolkit.hpp | 2 +- tests/test_units.cpp | 2 +- tests/test_valve.cpp | 2 +- tests/util/test_cstrhelper.cpp | 2 +- tests/util/test_filemanager.cpp | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/newfooter.html b/doc/newfooter.html index 536c10b..9cfd05d 100644 --- a/doc/newfooter.html +++ b/doc/newfooter.html @@ -4,7 +4,7 @@ diff --git a/src/util/cstr_helper.c b/src/util/cstr_helper.c index e02239b..f707263 100644 --- a/src/util/cstr_helper.c +++ b/src/util/cstr_helper.c @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: util/cstr_helper.c Description: Provides C string helper functions Authors: see AUTHORS diff --git a/src/util/cstr_helper.h b/src/util/cstr_helper.h index 05399f0..2e4d88f 100644 --- a/src/util/cstr_helper.h +++ b/src/util/cstr_helper.h @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: util/cstr_helper.h Description: Provides C string helper functions Authors: see AUTHORS diff --git a/src/util/errormanager.c b/src/util/errormanager.c index 1bda020..47fcdf2 100644 --- a/src/util/errormanager.c +++ b/src/util/errormanager.c @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: util/errormanager.c Description: Provides a simple interface for managing errors Authors: see AUTHORS diff --git a/src/util/errormanager.h b/src/util/errormanager.h index 49823a9..369f4fc 100644 --- a/src/util/errormanager.h +++ b/src/util/errormanager.h @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: util/errormanager.h Description: Provides a simple interface for managing errors Authors: see AUTHORS diff --git a/src/util/filemanager.c b/src/util/filemanager.c index c06b434..4ed58f3 100644 --- a/src/util/filemanager.c +++ b/src/util/filemanager.c @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: util/filemanager.c Description: Provides a simple interface for managing files Authors: see AUTHORS diff --git a/src/util/filemanager.h b/src/util/filemanager.h index a3866c3..7f4a82d 100644 --- a/src/util/filemanager.h +++ b/src/util/filemanager.h @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: util/filemanager.h Description: Provides a simple interface for managing files Authors: see AUTHORS diff --git a/tests/test_analysis.cpp b/tests/test_analysis.cpp index 2a7d250..e5e5d53 100644 --- a/tests/test_analysis.cpp +++ b/tests/test_analysis.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_analysis.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_control.cpp b/tests/test_control.cpp index 32b3f5f..8f4be74 100644 --- a/tests/test_control.cpp +++ b/tests/test_control.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_control.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_curve.cpp b/tests/test_curve.cpp index 6712cdf..f2ae067 100644 --- a/tests/test_curve.cpp +++ b/tests/test_curve.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_curve.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_demand.cpp b/tests/test_demand.cpp index 52388aa..5439314 100644 --- a/tests/test_demand.cpp +++ b/tests/test_demand.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_demand.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_hydraulics.cpp b/tests/test_hydraulics.cpp index 8fe81a0..356490d 100644 --- a/tests/test_hydraulics.cpp +++ b/tests/test_hydraulics.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_hydraulics.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_link.cpp b/tests/test_link.cpp index e56693b..bfa5d55 100644 --- a/tests/test_link.cpp +++ b/tests/test_link.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_link.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_net_builder.cpp b/tests/test_net_builder.cpp index 2d15e86..59a0ec8 100644 --- a/tests/test_net_builder.cpp +++ b/tests/test_net_builder.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET -Version: 2.2 +Version: 2.3 Module: test_net_builder.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_overflow.cpp b/tests/test_overflow.cpp index 8c3e005..065483f 100644 --- a/tests/test_overflow.cpp +++ b/tests/test_overflow.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_overflow.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_pattern.cpp b/tests/test_pattern.cpp index 4d98ba3..3b24a5d 100644 --- a/tests/test_pattern.cpp +++ b/tests/test_pattern.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_pattern.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_pda.cpp b/tests/test_pda.cpp index 6091def..cd07fb0 100644 --- a/tests/test_pda.cpp +++ b/tests/test_pda.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_pda.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_project.cpp b/tests/test_project.cpp index 903cd0a..bab38af 100644 --- a/tests/test_project.cpp +++ b/tests/test_project.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_project.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_quality.cpp b/tests/test_quality.cpp index 973732a..23b7bcf 100644 --- a/tests/test_quality.cpp +++ b/tests/test_quality.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_quality.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_reent.cpp b/tests/test_reent.cpp index c82754f..ce3b4f9 100644 --- a/tests/test_reent.cpp +++ b/tests/test_reent.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_reent.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_report.cpp b/tests/test_report.cpp index 5b5850c..b026f1f 100644 --- a/tests/test_report.cpp +++ b/tests/test_report.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_report.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_toolkit.cpp b/tests/test_toolkit.cpp index 110460a..57cdcb4 100644 --- a/tests/test_toolkit.cpp +++ b/tests/test_toolkit.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_toolkit.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_toolkit.hpp b/tests/test_toolkit.hpp index 3d6c49e..e6cb9f1 100644 --- a/tests/test_toolkit.hpp +++ b/tests/test_toolkit.hpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_toolkit.hpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_units.cpp b/tests/test_units.cpp index ffdfc26..8397af9 100644 --- a/tests/test_units.cpp +++ b/tests/test_units.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_units.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/test_valve.cpp b/tests/test_valve.cpp index d024007..822f74b 100644 --- a/tests/test_valve.cpp +++ b/tests/test_valve.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_valve.cpp Description: Tests EPANET toolkit api functions Authors: see AUTHORS diff --git a/tests/util/test_cstrhelper.cpp b/tests/util/test_cstrhelper.cpp index 2688a74..650c9ef 100644 --- a/tests/util/test_cstrhelper.cpp +++ b/tests/util/test_cstrhelper.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: test_cstrhelper.cpp Description: tests for C string helper functions Authors: see AUTHORS diff --git a/tests/util/test_filemanager.cpp b/tests/util/test_filemanager.cpp index 7e17577..2c9af7d 100644 --- a/tests/util/test_filemanager.cpp +++ b/tests/util/test_filemanager.cpp @@ -1,7 +1,7 @@ /* ****************************************************************************** Project: OWA EPANET - Version: 2.2 + Version: 2.3 Module: util/test_filemanager.cpp Description: Tests for util/filemanager.c Authors: see AUTHORS