From 25c85fab18ac04a8430cd2e393e15b595aef5ee2 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 10 Mar 2020 11:41:07 +0100 Subject: [PATCH] sculpt: version 20.03 This patch increases the Sculpt version to avoid the risk of binary compatibility clashes with index files published for the just-released Sculpt 20.02 version. --- 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 f675f46f1..eabe62840 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -537,7 +537,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.02" } + return "20.03" } # write file with newline (for producing nice output when using 'cat /VERSION') set fd [open [run_dir]/genode/VERSION w]