sculpt: version 18.08

This commit is contained in:
Norman Feske 2018-08-23 16:25:02 +02:00 committed by Christian Helmuth
parent cbe6ef210f
commit 5e1e37df66
1 changed files with 1 additions and 1 deletions

View File

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