sculpt: version 19.06

This commit is contained in:
Christian Helmuth 2019-05-29 14:18:37 +02:00
parent ed62c32ef3
commit 0f818d148e

View File

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