Skip to content

Commit

Permalink
Updated version number to v0.3.8-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolcord committed Jun 7, 2020
1 parent 4455bd6 commit d754ac0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Common_Files/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <QString>

namespace Version {
const static QString VERSION_NUMBER = "0.4.0-dev";
const static QString VERSION_NUMBER = "0.3.8-1";
const static QString VERSION = "v"+VERSION_NUMBER;
}

Expand Down
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.8 &> /dev/null
cd ../Level-Headed_Data/; git checkout tags/v0.3.8 &> /dev/null
cd Level-Headed/; git checkout tags/v0.3.8-1 &> /dev/null
cd ../Level-Headed_Data/; git checkout tags/v0.3.8-1 &> /dev/null
cd ../Hexagon/; git checkout b6fe2de33ebefc600f3b77bd823e2eb52d05dd06 &> /dev/null
cd ../Sequential_Archive/; git checkout 4c64c933127554aa6dec4f26f03c786f1756764e &> /dev/null
cd ../C_Common_Code/; git checkout f533cc1aeb8bba855749e287d43e735602210ac1 &> /dev/null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

!define APP_NAME "Level-Headed"
!define COMP_NAME "Coolcord"
!define VERSION "0.3.8.0"
!define VERSION "0.3.8.1"
!define COPYRIGHT ""
!define DESCRIPTION "Random Level Generator"
!define LICENSE_TXT "C:\Installer\LICENSE.txt"
Expand Down

0 comments on commit d754ac0

Please sign in to comment.