Flamenco/internal
Sybren A. Stüvel c1a728dc2f Version updates via Makefile
Flamenco now no longer uses the Git tags + hash for the application
version, but an explicit `VERSION` variable in the `Makefile`.

After changing the `VERSION` variable in the `Makefile`, run
`make update-version`.

Not every part of Flamenco looks at this variable, though. Most
importantly: the Blender add-on needs special handling, because that
doesn't just take a version string but a tuple of integers. Running
`make update-version` updates the add-on's `bl_info` dict with the new
version. If the version has any `-blabla` suffix (like `3.0-beta0`) it
will also set the `warning` field to explain that it's not a stable
release.
2022-07-25 16:08:07 +02:00
..
appinfo Version updates via Makefile 2022-07-25 16:08:07 +02:00
find_blender Wrap error message when finding Blender via file association fails 2022-07-14 18:49:37 +02:00
find_ffmpeg Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
manager Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
own_url Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
stresser Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
upnp_ssdp Manager: reduce log level 2022-05-06 14:35:27 +02:00
uuid Manager: add a small wrapper around Google's UUID library 2022-05-20 15:35:51 +02:00
worker Remove the {ffmpeg} variable 2022-07-22 16:37:14 +02:00