Sebastian Huber started a new discussion on wscript: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/257#note_113433 > > is_windows_host = os.name == "nt" or sys.platform in ["msys", "cygwin"] > version = { > - "__RTEMS_MAJOR__": "6", > - "__RTEMS_MINOR__": "0", > - "__RTEMS_REVISION__": "0", > - "RTEMS_VERSION_CONTROL_KEY": "git" > + "__RTEMS_MAJOR__": "6", # version > + "__RTEMS_MINOR__": "0", # revision > + "__RTEMS_REVISION__": "0", # not used > + "RTEMS_VERSION_LABEL": "not-released" Why do we have `RTEMS_VERSION_LABEL` and `rtems_version_release_label()`? Should this be `RTEMS_VERSION_RELEASE_LABEL`? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/257#note_113433 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
