forked from Imagelibrary/rtems
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:
2
wscript
2
wscript
@@ -42,7 +42,7 @@ except:
|
|||||||
from waflib.TaskGen import after, before_method, feature
|
from waflib.TaskGen import after, before_method, feature
|
||||||
|
|
||||||
version = {
|
version = {
|
||||||
"__RTEMS_MAJOR__": "6", # version
|
"__RTEMS_MAJOR__": "7", # version
|
||||||
"__RTEMS_MINOR__": "0", # revision
|
"__RTEMS_MINOR__": "0", # revision
|
||||||
"__RTEMS_REVISION__": "0", # not used
|
"__RTEMS_REVISION__": "0", # not used
|
||||||
"RTEMS_RELEASE_VERSION_LABEL": "not-released"
|
"RTEMS_RELEASE_VERSION_LABEL": "not-released"
|
||||||
|
|||||||
Reference in New Issue
Block a user