Skip to content

Commit

Permalink
Bump version to 3.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjuddington committed Jun 23, 2015
1 parent 1534b16 commit 521dae3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions SLADE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ IDI_ICON1 ICON "slade.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,1,0,3
PRODUCTVERSION 3,1,0,3
FILEVERSION 3,1,0,4
PRODUCTVERSION 3,1,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -77,12 +77,12 @@ BEGIN
BLOCK "0c0904b0"
BEGIN
VALUE "FileDescription", "SLADE"
VALUE "FileVersion", "3.1.0.3"
VALUE "FileVersion", "3.1.0.4"
VALUE "InternalName", "SLADE.exe"
VALUE "LegalCopyright", "Copyright (C) 2015"
VALUE "OriginalFilename", "SLADE.exe"
VALUE "ProductName", "SLADE"
VALUE "ProductVersion", "3.1.0.3"
VALUE "ProductVersion", "3.1.0.4"
END
END
BLOCK "VarFileInfo"
Expand Down
1 change: 1 addition & 0 deletions SLADE.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@
<None Include="src\dumb\helpers\resamp3.inc" />
<None Include="src\dumb\helpers\resample.inc" />
<None Include="stuff.txt" />
<None Include="win_installer\SLADE.iss" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="SLADE.rc" />
Expand Down
6 changes: 6 additions & 0 deletions SLADE.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
<Filter Include="External\DUMB\it">
<UniqueIdentifier>{210b2c2d-6db2-46a5-87e6-a09c7ac669fa}</UniqueIdentifier>
</Filter>
<Filter Include="Installer">
<UniqueIdentifier>{fa5a343f-ee94-41ea-a75f-1d0292b58329}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\GfxConvDialog.cpp">
Expand Down Expand Up @@ -2507,6 +2510,9 @@
<None Include="src\dumb\helpers\resample.inc">
<Filter>External\DUMB\helpers</Filter>
</None>
<None Include="win_installer\SLADE.iss">
<Filter>Installer</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="SLADE.rc" />
Expand Down
2 changes: 1 addition & 1 deletion src/MainApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ namespace Global
{
string error = "";

string version = "3.1.0.3"
string version = "3.1.0.4"
#ifdef GIT_DESCRIPTION
" (" GIT_DESCRIPTION ")"
#endif
Expand Down
4 changes: 2 additions & 2 deletions win_installer/SLADE.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "SLADE"
#define MyAppVersion "3.1.0.3"
#define VersionNum "3103"
#define MyAppVersion "3.1.0.4"
#define VersionNum "3104"
#define MyAppURL "http://slade.mancubus.net"
#define MyAppExeName "SLADE.exe"

Expand Down

0 comments on commit 521dae3

Please sign in to comment.