diff options
| author | Petr Mrázek | 2011-03-14 09:30:50 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-03-14 09:30:50 +0100 |
| commit | 3ed2630e3345429533d9022e766a653eee97006e (patch) | |
| tree | b239093fb8d3f7e8592c329cba6e292ccf5d82b0 /build | |
| parent | 6ed74065d1529008f17ae927e9002bb2a3104c40 (diff) | |
| download | dfhack-3ed2630e3345429533d9022e766a653eee97006e.tar.gz dfhack-3ed2630e3345429533d9022e766a653eee97006e.tar.bz2 dfhack-3ed2630e3345429533d9022e766a653eee97006e.tar.xz | |
0.5.7
Diffstat (limited to 'build')
| -rwxr-xr-x | build/linux-remote-MSVC-2008.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/linux-remote-MSVC-2008.sh b/build/linux-remote-MSVC-2008.sh index 274436e5..8edc7248 100755 --- a/build/linux-remote-MSVC-2008.sh +++ b/build/linux-remote-MSVC-2008.sh @@ -1,7 +1,7 @@ #/bin/sh # VARS -export DFHACK_VER=0.5.6 +export DFHACK_VER=0.5.7 export PKG=dfhack-bin-$DFHACK_VER export TARGET=Release @@ -17,4 +17,4 @@ rm $PKG.zip mkdir $PKG mv *.exe *.dll *.html *.txt *.xml $PKG zip -r $PKG.zip $PKG -echo "DONE"
\ No newline at end of file +echo "DONE" |
