From: Alan Cox Date: Fri, 21 Sep 2018 21:04:50 +0000 (+0100) Subject: Fuzix: Version to 0.2 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8314662a223a2ab0ec7b2357626e4a39bcaaf9b0;p=FUZIX.git Fuzix: Version to 0.2 --- 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)