Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version to 2022.1.0 for the next release. #1605

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-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.
Expand Down Expand Up @@ -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
Expand All @@ -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
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-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.
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-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"
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-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.
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-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"
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-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.
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-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"
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-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.
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-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"
Expand Down
Loading