Flamenco/internal/appinfo
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.go Version updates via Makefile 2022-07-25 16:08:07 +02:00
xdg_paths_darwin.go Fix Windows build errors 2022-07-21 20:59:10 +02:00
xdg_paths_unix.go Fix Windows build errors 2022-07-21 20:59:10 +02:00
xdg_paths_windows.go Fix Windows build errors 2022-07-21 20:59:10 +02:00
xdg_paths.go T99415: Worker: change default location for writing local files 2022-07-19 12:08:41 +02:00