From 5e1e37df668db558fbdbf6893ac617eac7cf125b Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 23 Aug 2018 16:25:02 +0200 Subject: [PATCH] sculpt: version 18.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 12dae2dbb..aa7a83a83 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -491,7 +491,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.07" } + return "18.08" } # write file with newline (for producing nice output when using 'cat /VERSION') set fd [open [run_dir]/genode/VERSION w]