Replace 2.2 with 2.3 in file headings

This commit is contained in:
Lew Rossman
2025-05-06 09:32:46 -04:00
parent 8f677e6049
commit e42929d4d0
11 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: main.c
Description: main stub for a command line executable version of EPANET
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hash.c
Description: implementation of a simple hash table
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hash.h
Description: header for a simple hash table
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hydcoeffs.c
Description: computes coefficients for a hydraulic solution matrix
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hydsolver.c
Description: computes flows and pressures throughout a pipe network using
Todini's Global Gradient Algorithm

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: hydstatus.c
Description: updates hydraulic status of network elements
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: mempool.c
Description: a simple fast poooled memory allocation package
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: mempool.h
Description: header for a simple pooled memory allocator
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: output.c
Description: binary file read/write routines
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: qualreact.c
Description: computes water quality reactions within pipes and tanks
Authors: see AUTHORS

View File

@@ -1,7 +1,7 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Version: 2.3
Module: smatrix.c
Description: solves a sparse set of linear equations
Authors: see AUTHORS