sculpt: version 20.09

This commit is contained in:
Christian Helmuth 2020-09-18 15:20:18 +02:00
parent f6337a6446
commit ad595d2701

View File

@ -534,7 +534,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.08" }
return "20.09" }
# write file with newline (for producing nice output when using 'cat /VERSION')
set fd [open [run_dir]/genode/VERSION w]