sculpt: version 21.10

This commit is contained in:
Norman Feske 2021-10-04 16:17:01 +02:00
parent 4dac2fd008
commit 006e807103

View File

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