CheatMenuSA/src/version.h
2022-02-28 01:02:11 +06:00

7 lines
205 B
C

#pragma once
#define MENU_NAME "Cheat Menu"
#define MENU_VERSION_NUMBER "3.2"
#define MENU_VERSION MENU_VERSION_NUMBER"-beta"
#define BUILD_NUMBER "20220226"
#define MENU_TITLE MENU_NAME " v" MENU_VERSION