RTEMS | waf: Fix handling of the VERSION file in a release (!257)
Chris Johns (@chris)
gitlab at rtems.org
Fri Oct 25 06:21:52 UTC 2024
Chris Johns commented on a discussion on wscript: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/257#note_113684
>
> 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"
Changed.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/257#note_113684
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241025/221341b1/attachment-0001.htm>
More information about the bugs
mailing list