Skip to content

Commit

Permalink
Change release to v1.3.3 and fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
winexe0 authored Apr 29, 2021
1 parent 8e95692 commit 2eb87f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ActivationStatus.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#define VERSION "ActivationStatus v1.3.0\n"
#define VERSION "ActivationStatus v1.3.3\n"
#include <iostream>
#include <windows.h>
#include <string>
#include <VersionHelpers.h>
#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") {
Expand All @@ -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())
{
Expand Down

0 comments on commit 2eb87f2

Please sign in to comment.