Skip to content

Commit c2773e8

Browse files
committed
change project version to 0.1.0
1 parent 2599cca commit c2773e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.24)
22

3-
project(oryx-crt-cpp VERSION 0.0.1 LANGUAGES CXX)
3+
project(oryx-crt-cpp VERSION 0.1.0 LANGUAGES CXX)
44

55
option(ORYX_CRT_BUILD_SHARED_LIBS "Build shared library" ${BUILD_SHARED_LIBS})
66
option(ORYX_CRT_BUILD_TESTS "Build tests" OFF)

0 commit comments

Comments
 (0)