diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-10-01 19:40:18 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-10-01 19:44:42 -0500 |
commit | ad3318ddc89e83606144f5dbe02337a9108495a7 (patch) | |
tree | 7b02c59c88a3f1c8140b6d194002d4690b130f95 /CMakeLists.txt | |
parent | 7184475a98d5976a4e8005141cf7f3e275698c95 (diff) | |
download | libpng-ad3318ddc89e83606144f5dbe02337a9108495a7.tar.gz |
[libpng16] Bump version to 1.6.26beta03
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 0d9dd2cdc..24781d1e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -696,7 +696,7 @@ endif(NOT WIN32 OR CYGWIN OR MINGW) # SET UP LINKS if(PNG_SHARED) set_target_properties(png PROPERTIES -# VERSION 16.${PNGLIB_RELEASE}.1.6.26beta02 +# VERSION 16.${PNGLIB_RELEASE}.1.6.26beta03 VERSION 16.${PNGLIB_RELEASE}.0 SOVERSION 16 CLEAN_DIRECT_OUTPUT 1) |