mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
DIR="`dirname "$0"`"
|
|
VERSION="`git describe --always --tag | tr : _`"
|
|
echo "$VERSION"
|