mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 17:56:39 +00:00
Set version string to v1.8.1
This commit is contained in:
parent
978899780c
commit
e9a71cbc2b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
#define APP_NAME "NSTool"
|
||||
#define BIN_NAME "nstool"
|
||||
#define VER_MAJOR 0
|
||||
#define VER_MINOR 0
|
||||
#define VER_PATCH 0
|
||||
#define VER_MAJOR 1
|
||||
#define VER_MINOR 8
|
||||
#define VER_PATCH 1
|
||||
#define AUTHORS "jakcron"
|
Loading…
Reference in a new issue