nstool/src/version.h

7 lines
153 B
C
Raw Normal View History

#pragma once
#define APP_NAME "NSTool"
#define BIN_NAME "nstool"
#define VER_MAJOR 1
#define VER_MINOR 6
2021-11-14 05:44:26 +00:00
#define VER_PATCH 1
#define AUTHORS "jakcron"