nstool/src/version.h

7 lines
No EOL
153 B
C

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