From 0783f131b85b96220ab1b211eda600e229ace6d7 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Wed, 11 Jul 2018 20:07:54 +0300 Subject: [PATCH] Update version to v0.11.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 45e3b29..d81c774 100755 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ifeq ($(MAKECMDGOALS),) MAKECMDGOALS := $(DEFAULT) endif -VERSION := 0.11 +VERSION := 0.11.1 export VERSION CONF ?= debug @@ -306,4 +306,4 @@ libretro: clean: rm -rf build -.PHONY: libretro \ No newline at end of file +.PHONY: libretro