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-04-02 08:42:28 +00:00
#define VER_PATCH 3
#define AUTHORS "jakcron"