mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
7 lines
No EOL
153 B
C
7 lines
No EOL
153 B
C
#pragma once
|
|
#define APP_NAME "NSTool"
|
|
#define BIN_NAME "nstool"
|
|
#define VER_MAJOR 1
|
|
#define VER_MINOR 8
|
|
#define VER_PATCH 1
|
|
#define AUTHORS "jakcron" |