Skip to content

Commit

Permalink
Updated the build script version number to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolcord committed Jan 5, 2020
1 parent fc65c90 commit f3dd348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Level-Headed/Build_Scripts/Unix/Compile_Level-Headed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ git clone https://github.com/Coolcord/C_Common_Code.git
# Revert to stable code
if [ -z $1 ] || [ $1 != "latest" ]; then
echo Using stable code...
cd Level-Headed/; git checkout tags/v0.3.4 &> /dev/null
cd ../Level-Headed_Data/; git checkout tags/v0.3.4 &> /dev/null
cd Level-Headed/; git checkout tags/v0.3.5 &> /dev/null
cd ../Level-Headed_Data/; git checkout tags/v0.3.5 &> /dev/null
cd ../Hexagon/; git checkout ce999b7830af8da2d013acc8dc353bd386739513 &> /dev/null
cd ../Sequential_Archive/; git checkout tags/v1.1.1-1 &> /dev/null
cd ../C_Common_Code/; git checkout 74510d309a2344890725f151c928cd7df20c59fa &> /dev/null
Expand Down

0 comments on commit f3dd348

Please sign in to comment.