Skip to content

Commit f0f2e93

Browse files
committed
Merge tag 'v5.0.1' into develop
v5.0.1
2 parents 0e3a07d + 49a6167 commit f0f2e93

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/InnoSetup/MapWinGIS-only.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "MapWinGIS"
5-
#define MyAppVersion "5.0.0.0"
5+
#define MyAppVersion "5.0.1.0"
66
#define MyAppPublisher "MapWindow Open Source GIS Community"
77
#define MyAppURL "http://www.mapwindow.org"
88
#define SetupLocation "D:\dev\MapwinGIS\GitHub\src\InnoSetup"
99
#define BinLocation "D:\dev\MapwinGIS\GitHub\src\bin"
10-
;; #define x64BitVersion
10+
#define x64BitVersion
1111

1212
#ifdef x64BitVersion
1313
#define CPU "x64"

src/InnoSetup/ReleaseNotes.rtf

1.15 KB
Binary file not shown.

src/MapWinGIS.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ END
112112
//
113113

114114
VS_VERSION_INFO VERSIONINFO
115-
FILEVERSION 5,0,0,0
116-
PRODUCTVERSION 5,0,0,0
115+
FILEVERSION 5,0,1,0
116+
PRODUCTVERSION 5,0,1,0
117117
FILEFLAGSMASK 0x3fL
118118
#ifdef _DEBUG
119119
FILEFLAGS 0x1L
@@ -131,13 +131,13 @@ BEGIN
131131
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."
132132
VALUE "CompanyName", "MapWindow OSS Team - www.mapwindow.org"
133133
VALUE "FileDescription", "MapWinGIS ActiveX Control"
134-
VALUE "FileVersion", "5.0.0.0"
134+
VALUE "FileVersion", "5.0.1.0"
135135
VALUE "InternalName", "MapWinGIS ActiveX Control"
136136
VALUE "LegalCopyright", "Copyright (C) 2004-2019 MapWindow OSS Team"
137137
VALUE "LegalTrademarks", "MapWindow GIS is a trademark of Daniel P. Ames, 2005-2019"
138138
VALUE "OriginalFilename", "MapWinGIS.ocx"
139139
VALUE "ProductName", "MapWinGIS ActiveX Control"
140-
VALUE "ProductVersion", "5.0.0.0"
140+
VALUE "ProductVersion", "5.0.1.0"
141141
END
142142
END
143143
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)