Skip to content

Commit ca1fddf

Browse files
authored
Set OpenRV to 2.0.0 (2024) (#380)
Signed-off-by: Kerby Geffrard <[email protected]>
1 parent 1e28de4 commit ca1fddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
CMAKE_MINIMUM_REQUIRED(VERSION 3.24)
77

88
SET(RV_MAJOR_VERSION
9-
"1"
9+
"2"
1010
CACHE STRING "RV's version major"
1111
)
1212
SET(RV_MINOR_VERSION
@@ -19,7 +19,7 @@ SET(RV_REVISION_NUMBER
1919
)
2020

2121
SET(RV_VERSION_YEAR
22-
"2023"
22+
"2024"
2323
CACHE STRING "RV's year of release."
2424
)
2525

0 commit comments

Comments
 (0)