Skip to content

Commit 9185925

Browse files
committed
Bump product version 2026.0.1
1 parent 95b2848 commit 9185925

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

cmake/packaging/debian.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ macro(ov_cpack_settings)
105105
2025.2.0
106106
2025.3.0
107107
2025.4.0
108+
2026.0.0
108109
)
109110

110111
ov_check_conflicts_versions(conflicting_versions)

cmake/packaging/rpm.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ macro(ov_cpack_settings)
9393
2025.2.0
9494
2025.3.0
9595
2025.4.0
96+
2026.0.0
9697
)
9798

9899
ov_check_conflicts_versions(conflicting_versions)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define OPENVINO_VERSION_MAJOR 2026
2323
#define OPENVINO_VERSION_MINOR 0
24-
#define OPENVINO_VERSION_PATCH 0
24+
#define OPENVINO_VERSION_PATCH 1
2525

2626
namespace ov {
2727

0 commit comments

Comments
 (0)