CheatMenuSA/src/version.h
2022-04-20 11:57:49 +06:00

7 lines
205 B
C

#pragma once
#define MENU_NAME "Cheat Menu"
#define MENU_VERSION_NUMBER "3.3"
#define MENU_VERSION MENU_VERSION_NUMBER"-beta"
#define BUILD_NUMBER "20220417"
#define MENU_TITLE MENU_NAME " v" MENU_VERSION