Skip to content

Commit

Permalink
Increment version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjuddington committed Dec 8, 2018
1 parent b694f8d commit e95388b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build/msvc/SLADE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,1,2,0
PRODUCTVERSION 3,1,2,0
FILEVERSION 3,1,3
PRODUCTVERSION 3,1,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -90,12 +90,12 @@ BEGIN
BLOCK "0c0904b0"
BEGIN
VALUE "FileDescription", "SLADE"
VALUE "FileVersion", "3.1.2"
VALUE "FileVersion", "3.1.3"
VALUE "InternalName", "SLADE.exe"
VALUE "LegalCopyright", "Copyright (C) 2017"
VALUE "LegalCopyright", "Copyright (C) 2018"
VALUE "OriginalFilename", "SLADE.exe"
VALUE "ProductName", "SLADE"
VALUE "ProductVersion", "3.1.2"
VALUE "ProductVersion", "3.1.3"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion dist/makebuild.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "3120"
$version = "3.1.3"
$rev_short = Invoke-Expression "git.exe rev-parse --short HEAD"

# Check for 7-zip install
Expand Down
5 changes: 2 additions & 3 deletions win_installer/SLADE.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "SLADE"
#define MyAppVersion "3.1.2"
#define VersionNum "3120"
#define MyAppVersion "3.1.3"
#define MyAppURL "http://slade.mancubus.net"
#define MyAppExeName "SLADE.exe"

Expand All @@ -25,7 +24,7 @@ DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
;InfoBeforeFile=..\dist\SLADE.html
OutputBaseFilename=Setup_{#MyAppName}_{#VersionNum}
OutputBaseFilename=Setup_{#MyAppName}_{#MyAppVersion}
SetupIconFile=..\build\msvc\slade.ico
Compression=lzma
SolidCompression=yes
Expand Down

0 comments on commit e95388b

Please sign in to comment.