nstool/src/version.h
2020-08-16 22:09:29 +08:00

7 lines
No EOL
153 B
C

#pragma once
#define APP_NAME "NSTool"
#define BIN_NAME "nstool"
#define VER_MAJOR 1
#define VER_MINOR 4
#define VER_PATCH 0
#define AUTHORS "jakcron"