From 8314662a223a2ab0ec7b2357626e4a39bcaaf9b0 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 21 Sep 2018 22:04:50 +0100 Subject: [PATCH] Fuzix: Version to 0.2 --- Kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/Makefile b/Kernel/Makefile index 4a479918..75f2acf7 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -1,7 +1,7 @@ TARGET_LIST = $(wildcard platform-*) export VERSION = "0.2" -export SUBVERSION = "rc2" +export SUBVERSION = "" export ROOT_DIR UNAME_S := $(shell uname -s) -- 2.34.1