sculpt: version 19.08

This commit is contained in:
Christian Helmuth 2019-08-27 16:54:27 +02:00
parent 01bd87e90b
commit 4911acedf5
1 changed files with 1 additions and 1 deletions

View File

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