4.0 -> 4.1

This commit is contained in:
Double Sine 2019-09-28 01:57:07 +08:00
parent ec41feca91
commit f701a80b8f
No known key found for this signature in database
GPG Key ID: 44460E4F43EA8633

View File

@ -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."));
@ -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:"));