Skip to content

Commit 8aed7bc

Browse files
committed
Changing versionnumber
1 parent af8edf5 commit 8aed7bc

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/MapWinGIS.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class CMapWinGISModule :
3030
static char THIS_FILE[] = __FILE__;
3131

3232
const GUID CDECL BASED_CODE _tlid = { 0xc368d713, 0xcc5f, 0x40ed, { 0x9f, 0x53, 0xf8, 0x4f, 0xe1, 0x97, 0xb9, 0x6a } };
33-
const WORD _wVerMajor = 4;
34-
const WORD _wVerMinor = 9;
33+
const WORD _wVerMajor = 5;
34+
const WORD _wVerMinor = 0;
3535

3636
CMapWinGISApp NEAR theApp;
3737
CMapWinGISModule _AtlModule; // this one is from ATL7 (used by all ATL co-classes)

src/MapWinGIS.idl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6626,7 +6626,7 @@ interface IGdalUtils : IDispatch{
66266626
}
66276627

66286628
[
6629-
uuid(C368D713-CC5F-40ED-9F53-F84FE197B96A), version(4.9),
6629+
uuid(C368D713-CC5F-40ED-9F53-F84FE197B96A), version(5.0),
66306630
helpfile("MapWinGIS.chm"),
66316631
helpstring("MapWinGIS Components"),
66326632
control
@@ -6648,7 +6648,7 @@ library MapWinGIS
66486648
// Primary dispatch interface for CMap
66496649

66506650
[ uuid(1D077739-E866-46A0-B256-8AECC04F2312),
6651-
helpstring("Dispatch interface for Map Control"),version(4.9), hidden
6651+
helpstring("Dispatch interface for Map Control"),version(5.0), hidden
66526652
]
66536653
dispinterface _DMap
66546654
{

src/MapWinGIS.rc

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

114114
VS_VERSION_INFO VERSIONINFO
115-
FILEVERSION 4,9,6,1
116-
PRODUCTVERSION 4,9,6,1
115+
FILEVERSION 5,0,0,0
116+
PRODUCTVERSION 5,0,0,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", "4.9.6.1"
134+
VALUE "FileVersion", "5.0.0.0"
135135
VALUE "InternalName", "MapWinGIS ActiveX Control"
136-
VALUE "LegalCopyright", "Copyright (C) 2004-2018 MapWindow OSS Team"
137-
VALUE "LegalTrademarks", "MapWindow GIS is a trademark of Daniel P. Ames, 2005-2018"
136+
VALUE "LegalCopyright", "Copyright (C) 2004-2019 MapWindow OSS Team"
137+
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", "4.9.6.1"
140+
VALUE "ProductVersion", "5.0.0.0"
141141
END
142142
END
143143
BLOCK "VarFileInfo"

src/changingVersionNumbers.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
When releasing a new version version numbers need to be updated on several locations:
2-
MapWinGIS.rc lines: 114, 115, 133, 139 [4.9.6.0]
3-
MapWinGIS.cpp lines: 32, 33 [4.9]
4-
MapWinGIS.idl line: 6622 (helpfile("MapWinGIS.chm")) [4.9]
5-
, 6644 (helpstring("Dispatch interface for Map Control")) [4.9]
2+
MapWinGIS.rc lines: 114, 115, 133, 139 [5.0.0.0]
3+
MapWinGIS.cpp lines: 32, 33 [5.0]
4+
MapWinGIS.idl line: 6629 (helpfile("MapWinGIS.chm")) [5.0]
5+
, 6651 (helpstring("Dispatch interface for Map Control")) [5.0]
66

77
If you want to update AxInterop.MapWinGIS.dll and Interop.MapWinGIS.dll
88
you can run the InteropCreator project. It is a C# project which will create the interop dlls for you.

0 commit comments

Comments
 (0)