Skip to content

Commit 2990c30

Browse files
authored
Bump product version to 2026.2.0 (#34775)
### AI Assistance: - *AI assistance used: yes* - *Copilot prepared changes to connected repos based on a previous examples*
1 parent e0ab225 commit 2990c30

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
@@ -106,6 +106,7 @@ macro(ov_cpack_settings)
106106
2025.3.0
107107
2025.4.0
108108
2026.0.0
109+
2026.1.0
109110
)
110111

111112
ov_check_conflicts_versions(conflicting_versions)

cmake/packaging/rpm.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ macro(ov_cpack_settings)
9494
2025.3.0
9595
2025.4.0
9696
2026.0.0
97+
2026.1.0
9798
)
9899

99100
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
@@ -20,7 +20,7 @@
2020
*/
2121

2222
#define OPENVINO_VERSION_MAJOR 2026
23-
#define OPENVINO_VERSION_MINOR 1
23+
#define OPENVINO_VERSION_MINOR 2
2424
#define OPENVINO_VERSION_PATCH 0
2525

2626
namespace ov {

0 commit comments

Comments
 (0)