From eaed28f68d90ac5159946970e4c5556488113296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Tue, 4 Jun 2019 15:12:38 +0200 Subject: [PATCH] sculpt: document version string constraint Issue #3403. --- repos/gems/run/sculpt.run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/gems/run/sculpt.run b/repos/gems/run/sculpt.run index 4efa3c594..b10259a94 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -492,6 +492,8 @@ exec gzip -dc [genode_dir]/repos/gems/run/sculpt/machine.vdi.gz > [run_dir]/geno # # Define 'VERSION' ROM module # +# Note: the string must be exactly 5 bytes long. +# proc sculpt_version { } { return "19.02" }