CheatMenuSA/src/version.h
2022-03-18 13:23:43 +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 "20220317"
#define MENU_TITLE MENU_NAME " v" MENU_VERSION