diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-22 19:30:16 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-22 19:30:16 +0000 |
| commit | eebd15b67838eae81a6cbebd2f31c2437d3bb3c3 (patch) | |
| tree | 39ff5dcd8e37a315b1f1afa33e15954dc3e20c68 /macosx/version.sh | |
| parent | c4100b47d35af06f951e2e905051098a98ac4093 (diff) | |
| download | pcsxr-eebd15b67838eae81a6cbebd2f31c2437d3bb3c3.tar.gz | |
Making a more robust version control version tracking.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87260 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/version.sh')
| -rw-r--r-- | macosx/version.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/version.sh b/macosx/version.sh new file mode 100644 index 00000000..53dd964d --- /dev/null +++ b/macosx/version.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +VER=`svnversion -n ../` +#VER=`expr ${VER} + 0` +echo $VER
\ No newline at end of file |
