From 5d15c8d5348a15657861673795af87f45300c180 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 19 Sep 2018 12:53:39 +0200 Subject: [PATCH] sculpt: version 18.09 for VC release --- 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 4acab50091..383c7a702f 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -493,7 +493,7 @@ exec gzip -dc [genode_dir]/repos/gems/run/sculpt/machine.vdi.gz > [run_dir]/geno # Define 'VERSION' ROM module # proc sculpt_version { } { - return "18.08" } + return "18.09" } # write file with newline (for producing nice output when using 'cat /VERSION') set fd [open [run_dir]/genode/VERSION w]