fixes version numbering
This commit is contained in:
@@ -886,8 +886,8 @@ int DLLEXPORT ENgetversion(int *v)
|
||||
** Returns: error code (should always be 0)
|
||||
** Purpose: retrieves a number assigned to the most recent
|
||||
** update of the source code. This number, set by the
|
||||
** constant CODEVERSION found in TYPES.H, began with
|
||||
** 20001 and increases by 1 with each new update.
|
||||
** constant CODEVERSION found in TYPES.H, is to be
|
||||
** interpreted with implied decimals, i.e., "20100" == "2(.)01(.)00"
|
||||
**----------------------------------------------------------------
|
||||
*/
|
||||
{
|
||||
|
||||
@@ -332,10 +332,10 @@ AUTHOR: L. Rossman
|
||||
#define LOGO4 \
|
||||
"* Analysis for Pipe Networks *"
|
||||
#define LOGO5 \
|
||||
"* Version 2.00.12 *" //(2.00.12 - LR)
|
||||
"* Version 2.1 *"
|
||||
#define LOGO6 \
|
||||
"******************************************************************"
|
||||
#define FMT01 "\n... EPANET Version 2.0\n"
|
||||
#define FMT01 "\n... EPANET Version 2.1\n"
|
||||
#define FMT02 "\n o Retrieving network data"
|
||||
#define FMT03 "\n Correct syntax is:\n epanet <input file> <output file>\n"
|
||||
#define FMT04 "\n Cannot use duplicate file names."
|
||||
|
||||
Reference in New Issue
Block a user