sculpt: version 19.07

This commit is contained in:
Christian Helmuth 2019-05-29 14:18:37 +02:00
parent 17d32b3e15
commit fbae7767b4

View File

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