From 2ce4a3b400683a807dfd26104795beb25ae2541d Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 1 Mar 2021 09:43:56 +0100 Subject: [PATCH] sculpt: version 21.03 --- repos/gems/run/sculpt.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/gems/run/sculpt.run b/repos/gems/run/sculpt.run index 85ea491073..b107f01a69 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -542,7 +542,7 @@ if {[have_board pc]} { # Note: the string must be exactly 5 bytes long. # proc sculpt_version { } { - return "20.09" } + return "21.03" } # write file with newline (for producing nice output when using 'cat /VERSION') set fd [open [run_dir]/genode/VERSION w]