sculpt: increase version to 18.07

This commit is contained in:
Norman Feske 2018-07-12 13:40:57 +02:00 committed by Christian Helmuth
parent deb839ba6f
commit 17e6db431e

View File

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