mirror of
https://github.com/jakcron/nstool.git
synced 2025-12-26 05:21:41 +00:00
7 lines
154 B
C
7 lines
154 B
C
#pragma once
|
|
#define APP_NAME "HexDump"
|
|
#define BIN_NAME "hexdmp"
|
|
#define VER_MAJOR 1
|
|
#define VER_MINOR 0
|
|
#define VER_PATCH 0
|
|
#define AUTHORS "jakcron" |