Skip to content

Commit

Permalink
Bump version to 3.2.0 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjuddington committed Jun 1, 2021
1 parent d2e249c commit 81c631d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/makebuild.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "3.2.0_b2"
$version = "3.2.0_b3"
$rev_short = Invoke-Expression "git.exe rev-parse --short HEAD"

# Check for 7-zip install
Expand Down
4 changes: 2 additions & 2 deletions msvc/SLADE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ BEGIN
BLOCK "0c0904b0"
BEGIN
VALUE "FileDescription", "SLADE"
VALUE "FileVersion", "3.2.0 Beta 2"
VALUE "FileVersion", "3.2.0 Beta 3"
VALUE "InternalName", "SLADE.exe"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "SLADE.exe"
VALUE "ProductName", "SLADE"
VALUE "ProductVersion", "3.2.0 Beta 2"
VALUE "ProductVersion", "3.2.0 Beta 3"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/Application/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bool exiting = false;
std::thread::id main_thread_id;

// Version
Version version_num{ 3, 2, 0, 2 };
Version version_num{ 3, 2, 0, 3 };

// Directory paths
string dir_data;
Expand Down

0 comments on commit 81c631d

Please sign in to comment.