This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
vgmstream
Watch
1
Star
0
Fork
0
You've already forked vgmstream
mirror of
https://github.com/vgmstream/vgmstream.git
synced
2024-11-12 01:30:49 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b9e591fcb
vgmstream
/
version.sh
5 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
export with a working version.sh git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@164 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-05-18 08:16:56 +02:00
#!/bin/sh
have version.sh report the version of the root directory git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@109 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-05-12 15:37:45 +02:00
DIR
=
"`dirname "
$0
"`"
Forgot this one.
2019-01-21 03:25:32 +01:00
VERSION
=
"`git describe --always | tr : _`"
Update to build with mingw, added at3plus support to Winamp plugin, Capcom mca, WiiU btsnd, MH3U dspw
2015-01-22 01:28:43 +01:00
echo
"
$VERSION
"
Reference in New Issue
Copy Permalink