bump dynamic library version to 0.9.3 (forgot to update it after 0.9.1)

This commit is contained in:
Thomas Fussell 2017-01-05 07:47:52 -05:00
parent a0dea36605
commit 1047a35581

View File

@ -1,5 +1,5 @@
set(LIBRARY_NAME xlnt)
set(LIBRARY_VERSION 0.9.1)
set(LIBRARY_VERSION 0.9.3)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)