mirror of https://github.com/bsnes-emu/bsnes.git
shared version.mk
This commit is contained in:
parent
696bebc673
commit
eb295de218
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ ifeq ($(MAKECMDGOALS),)
|
|||
MAKECMDGOALS := $(DEFAULT)
|
||||
endif
|
||||
|
||||
VERSION := 0.13.6
|
||||
include version.mk
|
||||
export VERSION
|
||||
CONF ?= debug
|
||||
SDL_AUDIO_DRIVER ?= sdl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION := 0.13.6
|
||||
include $(CORE_DIR)/version.mk
|
||||
|
||||
INCFLAGS := -I$(CORE_DIR)
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
VERSION := 0.13.6
|
Loading…
Reference in New Issue