Skip to content

Commit

Permalink
Update version to 2022.7.1 (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad authored Dec 6, 2024
1 parent c083b4c commit 8d2717c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/internal/version_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// The library version
#define ONEDPL_VERSION_MAJOR 2022
#define ONEDPL_VERSION_MINOR 7
#define ONEDPL_VERSION_PATCH 0
#define ONEDPL_VERSION_PATCH 1

#if _ONEDPL___cplusplus >= 202002L && __has_include(<version>)
# include <version> // The standard C++20 header
Expand Down
2 changes: 1 addition & 1 deletion test/general/version.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static_assert(_PSTL_VERSION_PATCH == 0);

static_assert(ONEDPL_VERSION_MAJOR == 2022);
static_assert(ONEDPL_VERSION_MINOR == 7);
static_assert(ONEDPL_VERSION_PATCH == 0);
static_assert(ONEDPL_VERSION_PATCH == 1);

#include "support/utils.h"

Expand Down

0 comments on commit 8d2717c

Please sign in to comment.