From cb8dc35cae570c7412d69c99e30db8fc3755a8b0 Mon Sep 17 00:00:00 2001 From: Sam Hatchett Date: Tue, 15 Sep 2015 10:46:18 -0400 Subject: [PATCH] fixes version numbering --- src/epanet.c | 4 ++-- src/text.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/epanet.c b/src/epanet.c index c27e231..bdc0236 100755 --- a/src/epanet.c +++ b/src/epanet.c @@ -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" **---------------------------------------------------------------- */ { diff --git a/src/text.h b/src/text.h index abbd817..85ec164 100755 --- a/src/text.h +++ b/src/text.h @@ -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 \n" #define FMT04 "\n Cannot use duplicate file names."