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
2022-06-29 13:20:06 +00:00
#define VER_PATCH 5
#define AUTHORS "jakcron"