You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes a passed-in `VERSION` eg.
make VERSION=2.1.0 # or..
VERSION=2.1.0 make
take precedence. The `git-describe` invocation will only occur if not
provided with a version.
Note that we need to `export` the derived `VERSION` though, otherwise
the `version` target won't "see" it and will echo "VERSION not set".
0 commit comments