bump version to 3.3

This commit is contained in:
Grinch_ 2022-04-17 17:07:39 +06:00
parent 445f1c7420
commit e96ec7bee3
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ void Updater::CheckUpdate()
void Updater::IncrementDailyUsageCounter() void Updater::IncrementDailyUsageCounter()
{ {
URLDownloadToFile(NULL, "https://github.com/user-grinch/Cheat-Menu/releases/download/3.1/counter.info", "", 0, NULL); URLDownloadToFile(NULL, "https://github.com/user-grinch/Cheat-Menu/releases/download/3.2/counter.info", "", 0, NULL);
} }
void Updater::Process() void Updater::Process()

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#define MENU_NAME "Cheat Menu" #define MENU_NAME "Cheat Menu"
#define MENU_VERSION_NUMBER "3.2" #define MENU_VERSION_NUMBER "3.3"
#define MENU_VERSION MENU_VERSION_NUMBER #define MENU_VERSION MENU_VERSION_NUMBER"-beta"
#define BUILD_NUMBER "20220328" #define BUILD_NUMBER "20220328"
#define MENU_TITLE MENU_NAME " v" MENU_VERSION #define MENU_TITLE MENU_NAME " v" MENU_VERSION