vgmstream/version.sh
Christopher Snowhill ac28ccc50a Forgot this one.
2019-01-20 18:25:32 -08:00

5 lines
90 B
Bash
Executable File

#!/bin/sh
DIR="`dirname "$0"`"
VERSION="`git describe --always | tr : _`"
echo "$VERSION"