Forgot this one.

This commit is contained in:
Christopher Snowhill 2019-01-20 18:25:32 -08:00
parent c396fcdcce
commit ac28ccc50a

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
DIR="`dirname "$0"`" DIR="`dirname "$0"`"
VERSION="`git describe --always --tag | tr : _`" VERSION="`git describe --always | tr : _`"
echo "$VERSION" echo "$VERSION"