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
2025-01-10 12:11:46 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 06:16:56 +00: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 13:37:45 +00:00
DIR
=
"`dirname "
$0
"`"
Forgot this one.
2019-01-20 18:25:32 -08: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-21 19:28:43 -05:00
echo
"
$VERSION
"
Reference in New Issue
Copy Permalink