wscript: Set the major version to 7

The 6 branch has been created and main should now officially be RTEMS 7.

Closes #5177
This commit is contained in:
Kinsey Moore
2024-12-15 21:34:09 -06:00
parent fc0c3b304b
commit 04d25322ac

View File

@@ -42,7 +42,7 @@ except:
from waflib.TaskGen import after, before_method, feature
version = {
"__RTEMS_MAJOR__": "6", # version
"__RTEMS_MAJOR__": "7", # version
"__RTEMS_MINOR__": "0", # revision
"__RTEMS_REVISION__": "0", # not used
"RTEMS_RELEASE_VERSION_LABEL": "not-released"