File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
; The following line has the only difference between release and debug versions of DXFeed lib
2
2
LIBRARY DXFeed
3
- VERSION 8.6
3
+ VERSION 8.7
4
4
EXPORTS
5
5
dxf_create_connection
6
6
dxf_create_connection_auth_basic
Original file line number Diff line number Diff line change 1
1
; The following line has the only difference between release and debug versions of DXFeed lib
2
2
LIBRARY DXFeed_64
3
- VERSION 8.6
3
+ VERSION 8.7
4
4
EXPORTS
5
5
dxf_create_connection
6
6
dxf_create_connection_auth_basic
Original file line number Diff line number Diff line change 1
1
; The following line has the only difference between release and debug versions of DXFeed lib
2
2
LIBRARY DXFeedd
3
- VERSION 8.6
3
+ VERSION 8.7
4
4
EXPORTS
5
5
dxf_create_connection
6
6
dxf_create_connection_auth_basic
Original file line number Diff line number Diff line change 1
1
; The following line has the only difference between release and debug versions of DXFeed lib
2
2
LIBRARY DXFeedd_64
3
- VERSION 8.6
3
+ VERSION 8.7
4
4
EXPORTS
5
5
dxf_create_connection
6
6
dxf_create_connection_auth_basic
Original file line number Diff line number Diff line change 27
27
#define DX_TO_STRING (x ) DX_STRINGIFY(x)
28
28
29
29
#define DX_VERSION_MAJOR 8
30
- #define DX_VERSION_MINOR 6
31
- #define DX_VERSION_PATCH 3
30
+ #define DX_VERSION_MINOR 7
31
+ #define DX_VERSION_PATCH 0
32
32
33
33
#define DX_VER_FILE_VERSION DX_VERSION_MAJOR, DX_VERSION_MINOR, DX_VERSION_PATCH
34
34
#define DX_VER_FILE_VERSION_STR DX_TO_STRING(DX_VERSION_MAJOR.DX_VERSION_MINOR.DX_VERSION_PATCH)
46
46
#define DX_VER_LEGAL_COPYRIGHT "Copyright (C) 2010-2021 Devexperts LLC"
47
47
#define DX_VER_PRODUCT_NAME "dxFeed C API framework"
48
48
49
- #define DX_LIBRARY_VERSION L"DXFeed.cpp v 8.6.3 (c) Devexperts LLC"
49
+ #define DX_LIBRARY_VERSION L"DXFeed.cpp v 8.7.0 (c) Devexperts LLC"
50
50
51
51
extern dxf_const_string_t DX_LIBRARY_OPTIONS ;
52
52
You can’t perform that action at this time.
0 commit comments