mirror of https://github.com/bsnes-emu/bsnes.git
Update version to v0.11.1
This commit is contained in:
parent
e5f4495ca0
commit
0783f131b8
4
Makefile
4
Makefile
|
@ -21,7 +21,7 @@ ifeq ($(MAKECMDGOALS),)
|
||||||
MAKECMDGOALS := $(DEFAULT)
|
MAKECMDGOALS := $(DEFAULT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
VERSION := 0.11
|
VERSION := 0.11.1
|
||||||
export VERSION
|
export VERSION
|
||||||
CONF ?= debug
|
CONF ?= debug
|
||||||
|
|
||||||
|
@ -306,4 +306,4 @@ libretro:
|
||||||
clean:
|
clean:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
.PHONY: libretro
|
.PHONY: libretro
|
||||||
|
|
Loading…
Reference in New Issue