From e589dc0b509e9f0e424afb37b6531677146fc2f9 Mon Sep 17 00:00:00 2001 From: Olga Malysheva Date: Wed, 15 Jan 2025 17:45:26 +0100 Subject: [PATCH] Update version to 2022.1.0 for the next release. (#1605) --- include/oneapi/tbb/version.h | 6 +++--- src/tbb/tbb.rc | 4 ++-- src/tbbbind/tbb_bind.rc | 4 ++-- src/tbbmalloc/tbbmalloc.rc | 4 ++-- src/tbbmalloc_proxy/tbbmalloc_proxy.rc | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/include/oneapi/tbb/version.h b/include/oneapi/tbb/version.h index c8f3ad50e3..94f4a72536 100644 --- a/include/oneapi/tbb/version.h +++ b/include/oneapi/tbb/version.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2005-2024 Intel Corporation + Copyright (c) 2005-2025 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ // Product version #define TBB_VERSION_MAJOR 2022 // Update version -#define TBB_VERSION_MINOR 0 +#define TBB_VERSION_MINOR 1 // "Patch" version for custom releases #define TBB_VERSION_PATCH 0 // Suffix string @@ -44,7 +44,7 @@ // OneAPI oneTBB specification version #define ONETBB_SPEC_VERSION "1.0" // Full interface version -#define TBB_INTERFACE_VERSION 12140 +#define TBB_INTERFACE_VERSION 12150 // Major interface version #define TBB_INTERFACE_VERSION_MAJOR (TBB_INTERFACE_VERSION/1000) // Minor interface version diff --git a/src/tbb/tbb.rc b/src/tbb/tbb.rc index 57e9d391db..3eeed09c0b 100644 --- a/src/tbb/tbb.rc +++ b/src/tbb/tbb.rc @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2024 Intel Corporation +// Copyright (c) 2005-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -54,7 +54,7 @@ BEGIN VALUE "CompanyName", "Intel Corporation\0" VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0" VALUE "FileVersion", TBB_VERSION "\0" - VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0" + VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0" VALUE "LegalTrademarks", "\0" #ifndef TBB_USE_DEBUG VALUE "OriginalFilename", "tbb12.dll\0" diff --git a/src/tbbbind/tbb_bind.rc b/src/tbbbind/tbb_bind.rc index 2d2b806e28..d84d731029 100644 --- a/src/tbbbind/tbb_bind.rc +++ b/src/tbbbind/tbb_bind.rc @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2024 Intel Corporation +// Copyright (c) 2005-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -54,7 +54,7 @@ BEGIN VALUE "CompanyName", "Intel Corporation\0" VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0" VALUE "FileVersion", TBB_VERSION "\0" - VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0" + VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0" VALUE "LegalTrademarks", "\0" #ifndef TBB_USE_DEBUG VALUE "OriginalFilename", "tbbbind.dll\0" diff --git a/src/tbbmalloc/tbbmalloc.rc b/src/tbbmalloc/tbbmalloc.rc index 2821addab4..08d098cfe3 100644 --- a/src/tbbmalloc/tbbmalloc.rc +++ b/src/tbbmalloc/tbbmalloc.rc @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2024 Intel Corporation +// Copyright (c) 2005-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -54,7 +54,7 @@ BEGIN VALUE "CompanyName", "Intel Corporation\0" VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0" VALUE "FileVersion", TBB_VERSION "\0" - VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0" + VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0" VALUE "LegalTrademarks", "\0" #ifndef TBB_USE_DEBUG VALUE "OriginalFilename", "tbbmalloc.dll\0" diff --git a/src/tbbmalloc_proxy/tbbmalloc_proxy.rc b/src/tbbmalloc_proxy/tbbmalloc_proxy.rc index 1884b119a8..aa1fc5336c 100644 --- a/src/tbbmalloc_proxy/tbbmalloc_proxy.rc +++ b/src/tbbmalloc_proxy/tbbmalloc_proxy.rc @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2024 Intel Corporation +// Copyright (c) 2005-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -54,7 +54,7 @@ BEGIN VALUE "CompanyName", "Intel Corporation\0" VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0" VALUE "FileVersion", TBB_VERSION "\0" - VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0" + VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0" VALUE "LegalTrademarks", "\0" #ifndef TBB_USE_DEBUG VALUE "OriginalFilename", "tbbmalloc_proxy.dll\0"