From fbae7767b435c13a2e9d69aca1b2d782f1b2094a Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 29 May 2019 14:18:37 +0200 Subject: [PATCH] sculpt: version 19.07 --- 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 d68b61930..699dd30a4 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -519,7 +519,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 "19.02" } + return "19.07" } # write file with newline (for producing nice output when using 'cat /VERSION') set fd [open [run_dir]/genode/VERSION w]