sculpt: version 21.03

This commit is contained in:
Norman Feske 2021-03-01 09:43:56 +01:00
parent c68443e2eb
commit 2ce4a3b400

View File

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