mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 18:55:29 +00:00
7 lines
153 B
C
7 lines
153 B
C
#pragma once
|
|
#define APP_NAME "NSTool"
|
|
#define BIN_NAME "nstool"
|
|
#define VER_MAJOR 1
|
|
#define VER_MINOR 3
|
|
#define VER_PATCH 0
|
|
#define AUTHORS "jakcron" |