commit | 0d1cf0fec1e315e44b069b659e3c7d500bcd4826 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Thu Nov 05 19:54:02 2015 +0000 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Nov 06 10:51:16 2015 +0000 |
tree | 78114b55763b4eabe1e22369d050338d3fc45a22 | |
parent | 06f8b917778b1459953a1c8e08baabb1ddd4612d [diff] |
Change version number to 1.2.18 Changed for library version
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 6eb72cd..0104eac 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.17 SOVERSION 3) + set_target_properties(polarssl PROPERTIES VERSION 1.2.18 SOVERSION 3) target_link_libraries(polarssl ${libs})