Skip to content

Commit

Permalink
inc. verion nu,ber to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHal committed Oct 9, 2020
1 parent f2544dc commit 5d4f454
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions QtPMbrowser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ IDI_ICON1 ICON "myappico.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEVERSION 1,1,0,1
PRODUCTVERSION 1,1,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -79,12 +79,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Christian R. Halaszovich, M.D."
VALUE "FileDescription", "PMbrowser: Tool for viewing PM files"
VALUE "FileVersion", "1.0.0.1"
VALUE "FileVersion", "1.1.0.1"
VALUE "InternalName", "QtPMbrow.exe"
VALUE "LegalCopyright", "Copyright (C) 2020 Christian R. Halaszovich"
VALUE "OriginalFilename", "QtPMbrow.exe"
VALUE "ProductName", "PMbrowser"
VALUE "ProductVersion", "1.0.0.1"
VALUE "ProductVersion", "1.1.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion pmbrowserwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "ui_DlgChoosePathAndPrefix.h"

const QString myAppName("PM browser");
const QString appVersion("1.0");
const QString appVersion("1.1");

Q_DECLARE_METATYPE(hkTreeNode*)

Expand Down

0 comments on commit 5d4f454

Please sign in to comment.