sculpt: version 18.09 for VC release

This commit is contained in:
Christian Helmuth 2018-09-19 12:53:39 +02:00
parent cc92636de0
commit 5d15c8d534
1 changed files with 1 additions and 1 deletions

View File

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