commit | 7b209579c693eb12f3338fe03e29b7d889baeedb | [log] [tgz] |
---|---|---|
author | Paul Bakker <paul@brainspark.nl> | Fri Jun 26 15:35:30 2015 +0100 |
committer | Paul Bakker <paul@brainspark.nl> | Fri Jun 26 15:35:30 2015 +0100 |
tree | f047fb6fd93f2a51685ba1b80159b46c0b4efc67 | |
parent | 70f0df9e4600bc33ac25b2a532065248d5f71309 [diff] [blame] |
Prepare for 1.2.14 release
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index db74357..2ef1a8a 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -90,7 +90,7 @@ if(USE_SHARED_POLARSSL_LIBRARY) add_library(polarssl SHARED ${src}) - set_target_properties(polarssl PROPERTIES VERSION 1.2.13 SOVERSION 3) + set_target_properties(polarssl PROPERTIES VERSION 1.2.14 SOVERSION 3) target_link_libraries(polarssl ${libs})