Skip to content

Commit 9312b6a

Browse files
authored
Update CMakeLists.txt
1 parent b4c894d commit 9312b6a

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
@@ -7,7 +7,7 @@
77
cmake_minimum_required(VERSION 3.22.1)
88

99
project(r1-models
10-
VERSION 0.0.0)
10+
VERSION 1.0.0)
1111

1212
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
1313

@@ -24,4 +24,4 @@ if (BUILD_TESTING)
2424
include(CTest)
2525
enable_testing()
2626
add_subdirectory(tests)
27-
endif()
27+
endif()

0 commit comments

Comments
 (0)