sculpt: version 19.02

This commit is contained in:
Norman Feske 2019-02-19 18:13:13 +01:00 committed by Christian Helmuth
parent de26d3c099
commit 0d5b8cb0fe
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ exec gzip -dc [genode_dir]/repos/gems/run/sculpt/machine.vdi.gz > [run_dir]/geno
# Define 'VERSION' ROM module
#
proc sculpt_version { } {
return "18.11" }
return "19.02" }
# write file with newline (for producing nice output when using 'cat /VERSION')
set fd [open [run_dir]/genode/VERSION w]