Skip to content

Commit e589dc0

Browse files
authored
Update version to 2022.1.0 for the next release. (#1605)
1 parent d62834b commit e589dc0

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

include/oneapi/tbb/version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2005-2024 Intel Corporation
2+
Copyright (c) 2005-2025 Intel Corporation
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
2929
// Product version
3030
#define TBB_VERSION_MAJOR 2022
3131
// Update version
32-
#define TBB_VERSION_MINOR 0
32+
#define TBB_VERSION_MINOR 1
3333
// "Patch" version for custom releases
3434
#define TBB_VERSION_PATCH 0
3535
// Suffix string
@@ -44,7 +44,7 @@
4444
// OneAPI oneTBB specification version
4545
#define ONETBB_SPEC_VERSION "1.0"
4646
// Full interface version
47-
#define TBB_INTERFACE_VERSION 12140
47+
#define TBB_INTERFACE_VERSION 12150
4848
// Major interface version
4949
#define TBB_INTERFACE_VERSION_MAJOR (TBB_INTERFACE_VERSION/1000)
5050
// Minor interface version

src/tbb/tbb.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2005-2024 Intel Corporation
1+
// Copyright (c) 2005-2025 Intel Corporation
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ BEGIN
5454
VALUE "CompanyName", "Intel Corporation\0"
5555
VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0"
5656
VALUE "FileVersion", TBB_VERSION "\0"
57-
VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0"
57+
VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0"
5858
VALUE "LegalTrademarks", "\0"
5959
#ifndef TBB_USE_DEBUG
6060
VALUE "OriginalFilename", "tbb12.dll\0"

src/tbbbind/tbb_bind.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2005-2024 Intel Corporation
1+
// Copyright (c) 2005-2025 Intel Corporation
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ BEGIN
5454
VALUE "CompanyName", "Intel Corporation\0"
5555
VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0"
5656
VALUE "FileVersion", TBB_VERSION "\0"
57-
VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0"
57+
VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0"
5858
VALUE "LegalTrademarks", "\0"
5959
#ifndef TBB_USE_DEBUG
6060
VALUE "OriginalFilename", "tbbbind.dll\0"

src/tbbmalloc/tbbmalloc.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2005-2024 Intel Corporation
1+
// Copyright (c) 2005-2025 Intel Corporation
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ BEGIN
5454
VALUE "CompanyName", "Intel Corporation\0"
5555
VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0"
5656
VALUE "FileVersion", TBB_VERSION "\0"
57-
VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0"
57+
VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0"
5858
VALUE "LegalTrademarks", "\0"
5959
#ifndef TBB_USE_DEBUG
6060
VALUE "OriginalFilename", "tbbmalloc.dll\0"

src/tbbmalloc_proxy/tbbmalloc_proxy.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2005-2024 Intel Corporation
1+
// Copyright (c) 2005-2025 Intel Corporation
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ BEGIN
5454
VALUE "CompanyName", "Intel Corporation\0"
5555
VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0"
5656
VALUE "FileVersion", TBB_VERSION "\0"
57-
VALUE "LegalCopyright", "Copyright 2005-2024 Intel Corporation. All Rights Reserved.\0"
57+
VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0"
5858
VALUE "LegalTrademarks", "\0"
5959
#ifndef TBB_USE_DEBUG
6060
VALUE "OriginalFilename", "tbbmalloc_proxy.dll\0"

0 commit comments

Comments
 (0)