Skip to content

Commit

Permalink
4.0 -> 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleLabyrinth committed Sep 27, 2019
1 parent ec41fec commit f701a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions navicat-patcher/_tmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
static void Welcome() {
_putts(TEXT("***************************************************"));
_putts(TEXT("* Navicat Patcher by @DoubleLabyrinth *"));
_putts(TEXT("* Version: 4.0 *"));
_putts(TEXT("* Version: 4.1 *"));
_putts(TEXT("***************************************************"));
_putts(TEXT(""));
_putts(TEXT("Press Enter to continue or Ctrl + C to abort."));
Expand All @@ -29,7 +29,7 @@ static void Welcome() {
static void Help() {
_putts(TEXT("***************************************************"));
_putts(TEXT("* Navicat Patcher by @DoubleLabyrinth *"));
_putts(TEXT("* Version: 4.0 *"));
_putts(TEXT("* Version: 4.1 *"));
_putts(TEXT("***************************************************"));
_putts(TEXT(""));
_putts(TEXT("Usage:"));
Expand Down

0 comments on commit f701a80

Please sign in to comment.