From 574e41119af223dad09a08b819117b3a8170ef0c Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 28 Aug 2020 14:34:22 +0200 Subject: [PATCH] sculpt: version 20.08 --- 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 eadf8853a5..5043f53bba 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -534,7 +534,7 @@ exec gzip -dc [genode_dir]/repos/gems/run/sculpt/machine.vdi.gz > [run_dir]/geno # Note: the string must be exactly 5 bytes long. # proc sculpt_version { } { - return "20.03" } + return "20.08" } # write file with newline (for producing nice output when using 'cat /VERSION') set fd [open [run_dir]/genode/VERSION w]