commit | 9fc4659b3073e8e41ac3da8f300f0e65df9c3403 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jan 30 16:59:02 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jan 30 16:59:02 2011 +0000 |
tree | 1a1be6821f363b82b541fdc81ea129b269aef282 | |
parent | e3166ce0404c345f0e7f806fe2588afd5396aa70 [diff] |
- Preparing for Release of 0.99 prerelease 1
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 9cce0f3..f3a118a 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -41,7 +41,7 @@ else(NOT USE_SHARED_POLARSSL_LIBRARY) ADD_LIBRARY(polarssl SHARED ${src}) -SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.14.1 SOVERSION 0) +SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.1 SOVERSION 0) endif(NOT USE_SHARED_POLARSSL_LIBRARY)