diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-01-06 06:42:51 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-01-06 06:45:07 -0600 |
commit | f5ea1b709548843a76ce7de0b8e932b4b54a1549 (patch) | |
tree | 1009746691074611bf73bbeaf2ae40ab369ab7b2 /CMakeLists.txt | |
parent | 64b863cd2a40f4afd3796a9e93a81fd858bd2f0f (diff) | |
download | libpng-f5ea1b709548843a76ce7de0b8e932b4b54a1549.tar.gz |
[devel] Imported from libpng-1.5.0.tarv1.5.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b569c7d9b..1607acce3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,7 +261,7 @@ install(CODE ${PNG_CONFIG_INSTALL_CODE}) # SET UP LINKS if(PNG_SHARED) set_target_properties(${PNG_LIB_NAME} PROPERTIES -# VERSION 15.${PNGLIB_RELEASE}.1.5.0rc07 +# VERSION 15.${PNGLIB_RELEASE}.1.5.0 VERSION 15.${PNGLIB_RELEASE}.0 SOVERSION 15 CLEAN_DIRECT_OUTPUT 1) |