From 0d5b8cb0fe52bbf4a22ada82c13367558d1cc5d0 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 19 Feb 2019 18:13:13 +0100 Subject: [PATCH] sculpt: version 19.02 --- 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 fda277c595..e454c3e897 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -492,7 +492,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.11" } + return "19.02" } # write file with newline (for producing nice output when using 'cat /VERSION') set fd [open [run_dir]/genode/VERSION w]