Skip to content

Commit

Permalink
Release 8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Mar 29, 2023
1 parent ef33be6 commit af66898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#define DX_VERSION_MAJOR 8
#define DX_VERSION_MINOR 8
#define DX_VERSION_PATCH 0
#define DX_VERSION_PATCH 1

#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 @@ -43,10 +43,10 @@
#define DX_VER_INTERNAL_FILENAME DX_VER_ORIGINAL_FILENAME
#define DX_VER_COMPANY_NAME "Devexperts LLC"
#define DX_VER_FILE_DESCRIPTION "The framework provides a common application programming interface (API) to real-time, delayed and historical market data feeds."
#define DX_VER_LEGAL_COPYRIGHT "Copyright (C) 2010-2022 Devexperts LLC"
#define DX_VER_LEGAL_COPYRIGHT "Copyright (C) 2010-2023 Devexperts LLC"
#define DX_VER_PRODUCT_NAME "dxFeed C API framework"

#define DX_LIBRARY_VERSION L"DXFeed.cpp v 8.8.0 (c) Devexperts LLC"
#define DX_LIBRARY_VERSION L"DXFeed.cpp v 8.8.1 (c) Devexperts LLC"

extern dxf_const_string_t DX_LIBRARY_OPTIONS;

Expand Down
2 changes: 1 addition & 1 deletion src/Version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define DX_VER_INTERNAL_FILENAME DX_VER_ORIGINAL_FILENAME
#define DX_VER_COMPANY_NAME "Devexperts LLC"
#define DX_VER_FILE_DESCRIPTION "The framework provides a common application programming interface (API) to real-time, delayed and historical market data feeds."
#define DX_VER_LEGAL_COPYRIGHT "Copyright (C) 2010-2022 Devexperts LLC"
#define DX_VER_LEGAL_COPYRIGHT "Copyright (C) 2010-2023 Devexperts LLC"
#define DX_VER_PRODUCT_NAME "dxFeed C API framework"

#define DX_LIBRARY_VERSION L"DXFeed.cpp v @C_API_VERSION_MAJOR@.@C_API_VERSION_MINOR@.@C_API_VERSION_PATCH@ (c) Devexperts LLC"
Expand Down

0 comments on commit af66898

Please sign in to comment.