Skip to content

Commit

Permalink
Merge tag 'v5.0.1' into develop
Browse files Browse the repository at this point in the history
v5.0.1
  • Loading branch information
pmeems committed Mar 1, 2019
2 parents 0e3a07d + 49a6167 commit f0f2e93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/InnoSetup/MapWinGIS-only.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "MapWinGIS"
#define MyAppVersion "5.0.0.0"
#define MyAppVersion "5.0.1.0"
#define MyAppPublisher "MapWindow Open Source GIS Community"
#define MyAppURL "http://www.mapwindow.org"
#define SetupLocation "D:\dev\MapwinGIS\GitHub\src\InnoSetup"
#define BinLocation "D:\dev\MapwinGIS\GitHub\src\bin"
;; #define x64BitVersion
#define x64BitVersion

#ifdef x64BitVersion
#define CPU "x64"
Expand Down
Binary file modified src/InnoSetup/ReleaseNotes.rtf
Binary file not shown.
8 changes: 4 additions & 4 deletions src/MapWinGIS.rc
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,0,0,0
PRODUCTVERSION 5,0,0,0
FILEVERSION 5,0,1,0
PRODUCTVERSION 5,0,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -131,13 +131,13 @@ BEGIN
VALUE "Comments", "This control includes a mapping component and objects for reading and writing shapefiles and various triangulated irregular network and grid files. It also has extensive label and chart options and includes projection routines."
VALUE "CompanyName", "MapWindow OSS Team - www.mapwindow.org"
VALUE "FileDescription", "MapWinGIS ActiveX Control"
VALUE "FileVersion", "5.0.0.0"
VALUE "FileVersion", "5.0.1.0"
VALUE "InternalName", "MapWinGIS ActiveX Control"
VALUE "LegalCopyright", "Copyright (C) 2004-2019 MapWindow OSS Team"
VALUE "LegalTrademarks", "MapWindow GIS is a trademark of Daniel P. Ames, 2005-2019"
VALUE "OriginalFilename", "MapWinGIS.ocx"
VALUE "ProductName", "MapWinGIS ActiveX Control"
VALUE "ProductVersion", "5.0.0.0"
VALUE "ProductVersion", "5.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f0f2e93

Please sign in to comment.