8 lines
124 B
C
8 lines
124 B
C
#pragma once
|
|
|
|
#define VERSION_MAJ 0
|
|
#define VERSION_MIN 1
|
|
#define VERSION_PATCH 1
|
|
|
|
// Set in ui.c
|
|
extern char *VERSION_STR;
|