Merge pull request #852 from Mariosmsk/update-version-files

replace 2.2 with 2.3 in the files.
This commit is contained in:
Lew Rossman
2025-05-13 20:34:37 -04:00
committed by GitHub
27 changed files with 27 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
$navpath
<!-- <li class="footer">OWA-EPANET Toolkit 2.3 &copy 2019</li> -->
<!-- <li class="footer">OWA-EPANET Toolkit 2.3 &copy 2025</li> -->
</ul>
</div>
<!--END GENERATE_TREEVIEW-->

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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