From 5ba07a2b933a0af696fdbed1764c1b1608289a5c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 28 Sep 2018 23:32:44 +0100 Subject: [PATCH] Makefile:move on to 0.3-pre --- Kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/Makefile b/Kernel/Makefile index 75f2acf7..0ba0d21d 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -1,6 +1,6 @@ TARGET_LIST = $(wildcard platform-*) -export VERSION = "0.2" +export VERSION = "0.3pre1" export SUBVERSION = "" export ROOT_DIR -- 2.34.1