Skip to content

Commit

Permalink
Release 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Nov 23, 2022
1 parent c3e3188 commit a9b798f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DXFeed.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; The following line has the only difference between release and debug versions of DXFeed lib
LIBRARY DXFeed
VERSION 8.6
VERSION 8.7
EXPORTS
dxf_create_connection
dxf_create_connection_auth_basic
Expand Down
2 changes: 1 addition & 1 deletion DXFeed_64.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; The following line has the only difference between release and debug versions of DXFeed lib
LIBRARY DXFeed_64
VERSION 8.6
VERSION 8.7
EXPORTS
dxf_create_connection
dxf_create_connection_auth_basic
Expand Down
2 changes: 1 addition & 1 deletion DXFeedd.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; The following line has the only difference between release and debug versions of DXFeed lib
LIBRARY DXFeedd
VERSION 8.6
VERSION 8.7
EXPORTS
dxf_create_connection
dxf_create_connection_auth_basic
Expand Down
2 changes: 1 addition & 1 deletion DXFeedd_64.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; The following line has the only difference between release and debug versions of DXFeed lib
LIBRARY DXFeedd_64
VERSION 8.6
VERSION 8.7
EXPORTS
dxf_create_connection
dxf_create_connection_auth_basic
Expand Down
6 changes: 3 additions & 3 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#define DX_TO_STRING(x) DX_STRINGIFY(x)

#define DX_VERSION_MAJOR 8
#define DX_VERSION_MINOR 6
#define DX_VERSION_PATCH 3
#define DX_VERSION_MINOR 7
#define DX_VERSION_PATCH 0

#define DX_VER_FILE_VERSION DX_VERSION_MAJOR, DX_VERSION_MINOR, DX_VERSION_PATCH
#define DX_VER_FILE_VERSION_STR DX_TO_STRING(DX_VERSION_MAJOR.DX_VERSION_MINOR.DX_VERSION_PATCH)
Expand All @@ -46,7 +46,7 @@
#define DX_VER_LEGAL_COPYRIGHT "Copyright (C) 2010-2021 Devexperts LLC"
#define DX_VER_PRODUCT_NAME "dxFeed C API framework"

#define DX_LIBRARY_VERSION L"DXFeed.cpp v 8.6.3 (c) Devexperts LLC"
#define DX_LIBRARY_VERSION L"DXFeed.cpp v 8.7.0 (c) Devexperts LLC"

extern dxf_const_string_t DX_LIBRARY_OPTIONS;

Expand Down

0 comments on commit a9b798f

Please sign in to comment.