Files
Project_CTR/ctrtool/src/version.h
T
2022-03-14 21:44:24 +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 1
#define AUTHORS "jakcron"