Skip to content

Commit

Permalink
Set cmake library versions to the current 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lvandeve authored Aug 10, 2018
1 parent 9f3a635 commit f0010d0
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 @@ -54,7 +54,7 @@ add_library(libzopfli
)
set_target_properties(libzopfli PROPERTIES
OUTPUT_NAME zopfli
VERSION 1.0.1
VERSION 1.0.2
SOVERSION 1
)
if(UNIX)
Expand All @@ -71,7 +71,7 @@ add_library(libzopflipng
)
set_target_properties(libzopflipng PROPERTIES
OUTPUT_NAME zopflipng
VERSION 1.0.0
VERSION 1.0.2
SOVERSION 1
)

Expand Down

0 comments on commit f0010d0

Please sign in to comment.