Skip to content

Commit

Permalink
Update version to 2022.1.0 for the next release. (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe authored Jan 15, 2025
1 parent d62834b commit e589dc0
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-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

0 comments on commit e589dc0

Please sign in to comment.