Skip to content

Commit 3ed2630

Browse files
committed
0.5.7
1 parent 6ed7406 commit 3ed2630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/linux-remote-MSVC-2008.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/bin/sh
22

33
# VARS
4-
export DFHACK_VER=0.5.6
4+
export DFHACK_VER=0.5.7
55
export PKG=dfhack-bin-$DFHACK_VER
66
export TARGET=Release
77

@@ -17,4 +17,4 @@ rm $PKG.zip
1717
mkdir $PKG
1818
mv *.exe *.dll *.html *.txt *.xml $PKG
1919
zip -r $PKG.zip $PKG
20-
echo "DONE"
20+
echo "DONE"

0 commit comments

Comments
 (0)