Skip to content

Commit

Permalink
Add version number to decNumber to ensure soft link creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhland authored and nirosys committed May 9, 2023
1 parent ece2e8c commit d5a2cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions decNumber/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ target_include_directories(decNumber

set_target_properties(decNumber
PROPERTIES
VERSION "3.68"
SOVERSION "3.68"
PUBLIC_HEADER "${DEC_PUB_HEADERS}")

# ---
Expand Down

0 comments on commit d5a2cc1

Please sign in to comment.