nstool/programs/hexdmp/source/version.h

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"