From 3d0b398d49f64cf5122b18455e3045fddd614332 Mon Sep 17 00:00:00 2001 From: elnardu Date: Thu, 9 Aug 2018 23:42:35 +0600 Subject: [PATCH] Bump version to v0.6.0-alpha --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 443846b..9de61cc 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ INCLUDES := include EXEFS_SRC := exefs_src APP_TITLE := $(TARGET) APP_AUTHOR := nx-python, Python Software Foundation -APP_VERSION := 0.5.2-alpha +APP_VERSION := 0.6.0-alpha #--------------------------------------------------------------------------------- # options for code generation