From e24f73fe473b6e8de94287f98a533fcde3cb72a7 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 30 Aug 2018 22:44:24 +0100 Subject: [PATCH] version: -rc2 --- Kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/Makefile b/Kernel/Makefile index fb71c9ba..4a479918 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -1,7 +1,7 @@ TARGET_LIST = $(wildcard platform-*) export VERSION = "0.2" -export SUBVERSION = "rc1" +export SUBVERSION = "rc2" export ROOT_DIR UNAME_S := $(shell uname -s) -- 2.34.1