Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnptr authored Jan 30, 2024
1 parent f1248bc commit 8bab550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if(TARGET mpio-static)
return()
endif()

project(mpio VERSION 1.2.0 LANGUAGES C
project(mpio VERSION 1.3.0 LANGUAGES C
DESCRIPTION "Multi-platform common IO library"
HOMEPAGE_URL "https://github.com/cfnptr/mpio")

Expand Down Expand Up @@ -75,4 +75,4 @@ if(MPIO_BUILD_TESTS)
add_executable(TestMpioOS tests/test_os.c)
target_link_libraries(TestMpioOS PUBLIC mpio-static)
add_test(NAME TestMpioOS COMMAND TestMpioOS)
endif()
endif()

0 comments on commit 8bab550

Please sign in to comment.