From 445f1c7420c53667321fe0f14a8669a41c7c61d9 Mon Sep 17 00:00:00 2001 From: Grinch_ Date: Tue, 29 Mar 2022 02:55:56 +0600 Subject: [PATCH] bump version to 3.2 --- src/cheatmenu.cpp | 8 ++++---- src/version.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/cheatmenu.cpp b/src/cheatmenu.cpp index 5bbce2f..1c3880c 100644 --- a/src/cheatmenu.cpp +++ b/src/cheatmenu.cpp @@ -268,16 +268,16 @@ void CheatMenu::ShowAnniversaryPage() { ImGui::Checkbox("Show backstory", &showHistory); ImGui::BeginChild("BACKSTORY"); - ImGui::TextWrapped("I wanted to share the backstory behind the initial idea or plan behind the menu." + ImGui::TextWrapped("I wanted to share the backstory behind the initial idea or planning behind the menu." " This is gonna be long so feel free to skip it if you're not interested."); ImGui::NewLine(); ImGui::TextWrapped("The original idea of the menu comes way back from 2016! The inspiration for the menu" -" is from the 'CheatMenu by UNRATED69'. I wanted something that had some more features and worked with SAxVCxLC." -" But there not being any other CheatMenu's back then, I wanted to make something myself but lacked the knowledge to do so."); +" is from the 'CLEO CheatMenu by UNRATED69'. I wanted something that had more features and worked with SAxVCxLC." +" But there wasn't any other CheatMenu's back then. So, I wanted to create one myself but lacked the knowledge to do so."); ImGui::NewLine(); - ImGui::TextWrapped("In 2018, I finally got an opportunity to learn CLEO or GTA3Script after Junior released" + ImGui::TextWrapped("In 2018, I finally got an opportunity to learn CLEO or GTA3Script after Junior-Djjr released" " his tutorial. I started from basics but it soon became apparent that due to the limitations of CLEO, creating menus were" " really tedious."); diff --git a/src/version.h b/src/version.h index d46de6b..52d7eed 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"-beta" -#define BUILD_NUMBER "20220317" +#define MENU_VERSION MENU_VERSION_NUMBER +#define BUILD_NUMBER "20220328" #define MENU_TITLE MENU_NAME " v" MENU_VERSION