Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnptr authored Nov 13, 2023
1 parent d58edc6 commit b137fc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if(TARGET mpio-static)
return()
endif()

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

set(CMAKE_C_STANDARD 99)
Expand Down Expand Up @@ -62,4 +62,4 @@ if(MPIO_BUILD_SHARED)
target_link_libraries(mpio-shared PUBLIC
"-framework Foundation -framework CoreFoundation")
endif()
endif()
endif()

0 comments on commit b137fc3

Please sign in to comment.