Mineur_Tycoon/src/config.h
2025-02-28 21:23:51 +01:00

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;