nstool/src/version.h
2020-03-14 22:10:23 +08:00

7 lines
153 B
C

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