sculpt: version 21.11

This commit is contained in:
Christian Helmuth 2021-11-23 14:36:37 +01:00
parent fcc236d906
commit 0bb0ac079a

View File

@ -558,7 +558,7 @@ if {[have_board pc]} {
# Note: the string must be exactly 5 bytes long.
#
proc sculpt_version { } {
return "21.10" }
return "21.11" }
# write file with newline (for producing nice output when using 'cat /VERSION')
set fd [open [run_dir]/genode/VERSION w]