Skip to content

Commit

Permalink
Update version (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjuddington committed Sep 28, 2015
1 parent fd9e40f commit b3ceb60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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,5
PRODUCTVERSION 3,1,0,5
FILEVERSION 3,1,1,0
PRODUCTVERSION 3,1,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -77,12 +77,12 @@ BEGIN
BLOCK "0c0904b0"
BEGIN
VALUE "FileDescription", "SLADE"
VALUE "FileVersion", "3.1.0.5"
VALUE "FileVersion", "3.1.1.0 Beta 1"
VALUE "InternalName", "SLADE.exe"
VALUE "LegalCopyright", "Copyright (C) 2015"
VALUE "OriginalFilename", "SLADE.exe"
VALUE "ProductName", "SLADE"
VALUE "ProductVersion", "3.1.0.5"
VALUE "ProductVersion", "3.1.1.0 Beta 1"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/MainApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ namespace Global

int beta_num = 1;
int version_num = 3110;
string version = "3.1.1"
string version = "3.1.1 Beta 1"
#ifdef GIT_DESCRIPTION
" (" GIT_DESCRIPTION ")"
#endif
Expand Down

0 comments on commit b3ceb60

Please sign in to comment.