From 2eb87f26036c6a926917f7932942a5874fc3ceb6 Mon Sep 17 00:00:00 2001 From: winexe0 <47309918+winexe0@users.noreply.github.com> Date: Wed, 28 Apr 2021 20:03:58 -0700 Subject: [PATCH] Change release to v1.3.3 and fix bugs --- ActivationStatus.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ActivationStatus.cpp b/ActivationStatus.cpp index 1b3b7ca..bc57528 100644 --- a/ActivationStatus.cpp +++ b/ActivationStatus.cpp @@ -1,11 +1,11 @@ -#define VERSION "ActivationStatus v1.3.0\n" +#define VERSION "ActivationStatus v1.3.3\n" #include #include #include #include #include "wait.h" using namespace std; -int main() { +int main(int argc, char *argv[]) { for (int i = 1; i < argc; ++i) { string arg = argv[i]; if (arg == "--help" || arg == "-h") { @@ -22,7 +22,7 @@ Options: --help or -h (Prints this exact messaage) --version (Prints out the ver } } string confirm; - system("title ActivationStatus v1.3.2Console"); + system("title ActivationStatus v1.3.3 Console"); system("echo Detected Processor is %PROCESSOR_ARCHITECTURE%"); if (!IsWindowsVistaOrGreater()) {