Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Priw8 committed Mar 18, 2020
1 parent 805170d commit 12c191e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ECLplus/ECLplus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ VOID InitConsole() {
* on error, since the console might actually be there, fully functional.
* Instead, the EclPrint function will display an error if it's
* unable to get the stdout handle. */
EclPrint("ECLplus v0.3 by Priw8\n");
EclPrint("ECLplus v0.4 by Priw8\n");
}

/* TODO: rework how binhacks are applied (make some array of structures and iterate over it) */
Expand Down

0 comments on commit 12c191e

Please sign in to comment.