From 0bb0ac079a9ba525cf324fb46676b47300b310c7 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 23 Nov 2021 14:36:37 +0100 Subject: [PATCH] sculpt: version 21.11 --- 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 451e27c3b0..a352e4741b 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -558,7 +558,7 @@ if {[have_board pc]} { # Note: the string must be exactly 5 bytes long. # proc sculpt_version { } { - return "21.10" } + return "21.11" } # write file with newline (for producing nice output when using 'cat /VERSION') set fd [open [run_dir]/genode/VERSION w]