Skip to content

Commit

Permalink
Updated the version number to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolcord committed Apr 21, 2020
1 parent 0bf85c5 commit 3b3e9f8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 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.3.6-dev";
const static QString VERSION_NUMBER = "0.3.6";
const static QString VERSION = "v"+VERSION_NUMBER;
}

Expand Down
7 changes: 5 additions & 2 deletions Doc/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Next Update (v0.3.6)
Next update (v0.3.7)
Nothing here yet :(

Powerup Distributor (v0.3.6)
+ The level generator now has a separate pass for powerups. Most levels should now contain more powerups and items in general.
+ Fire Bros. can now be seen in Normal difficulty games
+ Fire Bros. throw rate has been nerfed
Expand All @@ -7,7 +10,7 @@ Next Update (v0.3.6)
+ Random All is now the default for secondary mushrooms for Random
+ 1-Up coin limit for hidden blocks has been removed
+ Underwater levels are no longer used for the first level when possible
+ Reworked Purist Difficulties: Three different varients each with their own Easy, Normal, and Hard options for a total of nine Purist difficulties
+ Reworked Purist Difficulties: Three different variants each with their own Easy, Normal, and Hard options for a total of nine Purist difficulties
+ Remove Vertical Object Limit Patch is now only applied when needed
+ Added Graphics (Fuji Mario Bros. by JY Co.)
+ Added Graphics by Josiah Winslow
Expand Down
10 changes: 5 additions & 5 deletions Level-Headed/Build_Scripts/Unix/Compile_Level-Headed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ 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.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
cd Level-Headed/; git checkout tags/v0.3.6 &> /dev/null
cd ../Level-Headed_Data/; git checkout tags/v0.3.6 &> /dev/null
cd ../Hexagon/; git checkout b6fe2de33ebefc600f3b77bd823e2eb52d05dd06 &> /dev/null
cd ../Sequential_Archive/; git checkout 4c64c933127554aa6dec4f26f03c786f1756764e &> /dev/null
cd ../C_Common_Code/; git checkout 1ed9bdbac0123fd7dfede3862deb7e5dbe1318ad &> /dev/null
cd ..
else
echo Using latest code...
Expand Down
5 changes: 3 additions & 2 deletions Level-Headed/Build_Scripts/Windows/Installer/Level-Headed.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

!define APP_NAME "Level-Headed"
!define COMP_NAME "Coolcord"
!define VERSION "0.3.5.0"
!define VERSION "0.3.6.0"
!define COPYRIGHT ""
!define DESCRIPTION "Random Level Generator"
!define LICENSE_TXT "C:\Installer\LICENSE.txt"
!define INSTALLER_NAME "C:\Program Files (x86)\NSIS\Script Generator\Output\Level-Headed\setup.exe"
!define INSTALLER_NAME "C:\Installer\Level-Headed.Setup.exe"
!define MAIN_APP_EXE "Level-Headed.exe"
!define INSTALL_TYPE "SetShellVarContext current"
!define REG_ROOT "HKCU"
Expand All @@ -24,6 +24,7 @@ VIAddVersionKey "FileVersion" "${VERSION}"

######################################################################

Unicode true
SetCompressor ZLIB
Name "${APP_NAME}"
Caption "${APP_NAME}"
Expand Down

0 comments on commit 3b3e9f8

Please sign in to comment.