shared version.mk

This commit is contained in:
SimpleTease 2020-10-10 23:33:10 +00:00
parent 696bebc673
commit eb295de218
3 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ ifeq ($(MAKECMDGOALS),)
MAKECMDGOALS := $(DEFAULT)
endif
VERSION := 0.13.6
include version.mk
export VERSION
CONF ?= debug
SDL_AUDIO_DRIVER ?= sdl

View File

@ -1,4 +1,4 @@
VERSION := 0.13.6
include $(CORE_DIR)/version.mk
INCFLAGS := -I$(CORE_DIR)

1
version.mk Normal file
View File

@ -0,0 +1 @@
VERSION := 0.13.6