Skip to content

Commit

Permalink
Update library version to 2021.13.0 and copyright year for DLLs.
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Malysheva <[email protected]>
  • Loading branch information
omalyshe committed Mar 5, 2024
1 parent 244fba9 commit f47ace5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions include/oneapi/tbb/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2023 Intel Corporation
Copyright (c) 2005-2024 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@
// Product version
#define TBB_VERSION_MAJOR 2021
// Update version
#define TBB_VERSION_MINOR 12
#define TBB_VERSION_MINOR 13
// "Patch" version for custom releases
#define TBB_VERSION_PATCH 0
// Suffix string
Expand All @@ -44,7 +44,7 @@
// OneAPI oneTBB specification version
#define ONETBB_SPEC_VERSION "1.0"
// Full interface version
#define TBB_INTERFACE_VERSION 12120
#define TBB_INTERFACE_VERSION 12130
// Major interface version
#define TBB_INTERFACE_VERSION_MAJOR (TBB_INTERFACE_VERSION/1000)
// Minor interface version
Expand Down
4 changes: 2 additions & 2 deletions src/tbb/tbb.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2005-2023 Intel Corporation
// Copyright (c) 2005-2024 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -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-2023 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalTrademarks", "\0"
#ifndef TBB_USE_DEBUG
VALUE "OriginalFilename", "tbb12.dll\0"
Expand Down
4 changes: 2 additions & 2 deletions src/tbbbind/tbb_bind.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2005-2023 Intel Corporation
// Copyright (c) 2005-2024 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -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-2023 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalTrademarks", "\0"
#ifndef TBB_USE_DEBUG
VALUE "OriginalFilename", "tbbbind.dll\0"
Expand Down
4 changes: 2 additions & 2 deletions src/tbbmalloc/tbbmalloc.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2005-2023 Intel Corporation
// Copyright (c) 2005-2024 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -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-2023 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalTrademarks", "\0"
#ifndef TBB_USE_DEBUG
VALUE "OriginalFilename", "tbbmalloc.dll\0"
Expand Down
4 changes: 2 additions & 2 deletions src/tbbmalloc_proxy/tbbmalloc_proxy.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2005-2023 Intel Corporation
// Copyright (c) 2005-2024 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -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-2023 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalTrademarks", "\0"
#ifndef TBB_USE_DEBUG
VALUE "OriginalFilename", "tbbmalloc_proxy.dll\0"
Expand Down

0 comments on commit f47ace5

Please sign in to comment.