Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
masync: 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wlemkows committed May 20, 2022
1 parent c2957b2 commit 706d263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Wed Apr 22 2022 Weronika Lewandowska <[email protected]>
Fri May 20 2022 Weronika Lewandowska <[email protected]>

* Version 0.1.0

Expand Down
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ if(WIN32)
target_include_directories(cores PRIVATE ${MINIASYNC_INCLUDE_DIR_WIN})
endif()

# SOVERSION is an ABI version
set_target_properties(miniasync PROPERTIES
SOVERSION 0.1.0-rc1
SOVERSION 0
PUBLIC_HEADER ${MINIASYNC_INCLUDE_DIR}/libminiasync.h
)

Expand Down

0 comments on commit 706d263

Please sign in to comment.