From e96ec7bee371010e1f4153f0cbedd0575b1e6b6b Mon Sep 17 00:00:00 2001 From: Grinch_ Date: Sun, 17 Apr 2022 17:07:39 +0600 Subject: [PATCH] bump version to 3.3 --- src/updater.cpp | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/updater.cpp b/src/updater.cpp index 6c39451..4744dcc 100644 --- a/src/updater.cpp +++ b/src/updater.cpp @@ -27,7 +27,7 @@ void Updater::CheckUpdate() 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() diff --git a/src/version.h b/src/version.h index 52d7eed..f20826e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #pragma once #define MENU_NAME "Cheat Menu" -#define MENU_VERSION_NUMBER "3.2" -#define MENU_VERSION MENU_VERSION_NUMBER +#define MENU_VERSION_NUMBER "3.3" +#define MENU_VERSION MENU_VERSION_NUMBER"-beta" #define BUILD_NUMBER "20220328" #define MENU_TITLE MENU_NAME " v" MENU_VERSION