Skip to content

Commit

Permalink
patch for using the 2.1 dll
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatchett committed Mar 13, 2018
1 parent 26fea36 commit 7e9d9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epanet2w/Fmain.pas
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface
MSG_NO_BACKDROP = 'Could not find backdrop file ';
MSG_FIND_BACKDROP = '. Do you want to search for it?';

TXT_MAIN_CAPTION = 'EPANET 2';
TXT_MAIN_CAPTION = 'EPANET 2.1'; //Modified by Asaph
TXT_AUTOLENGTH = 'Auto-Length ';
TXT_STATUS_REPORT = 'Status Report';
TXT_SAVE_CHANGES = 'Save changes made to current project?';
Expand Down
2 changes: 1 addition & 1 deletion epanet2w/Uoutput.pas
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ implementation
MagicNumber = 516114521; //File signature

{*** Changed 7/3/07 ***}
Version = 20012; //Solver version number //(2.00.12 - LR)
Version = 20100; //Solver version number //Initially 20012 Modified by Asaph //(2.00.12 - LR)
RECORDSIZE = 4; //Byte size of each record
IDSIZE = 32; //Size of ID strings

Expand Down

0 comments on commit 7e9d9e8

Please sign in to comment.