Skip to content

Commit 6609383

Browse files
authored
Bump product version to 2024.3 (openvinotoolkit#24673)
1 parent 8682e5e commit 6609383

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

cmake/packaging/debian.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ macro(ov_cpack_settings)
9393
2023.3.0 2023.3.1 2023.3.2 2023.3.3 2023.3.4 2023.3.5
9494
2024.0.0
9595
2024.1.0
96+
2024.2.0
9697
)
9798

9899
ov_check_conflicts_versions(conflicting_versions)

cmake/packaging/rpm.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ macro(ov_cpack_settings)
8181
2023.3.0 2023.3.1 2023.3.2 2023.3.3 2023.3.4 2023.3.5
8282
2024.0.0
8383
2024.1.0
84+
2024.2.0
8485
)
8586

8687
ov_check_conflicts_versions(conflicting_versions)

src/core/include/openvino/core/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
#define OPENVINO_VERSION_MAJOR 2024
23-
#define OPENVINO_VERSION_MINOR 2
23+
#define OPENVINO_VERSION_MINOR 3
2424
#define OPENVINO_VERSION_PATCH 0
2525

2626
namespace ov {

0 commit comments

Comments
 (0)