Files
Project_CTR/ctrtool/src/version.h
T
2022-04-11 18:01:44 +08:00

7 lines
153 B
C

#pragma once
#define APP_NAME "CTRTool"
#define BIN_NAME "ctrtool"
#define VER_MAJOR 1
#define VER_MINOR 0
#define VER_PATCH 4
#define AUTHORS "jakcron"