Skip to content

Commit

Permalink
bump version to 1.4 to match latest release, for #334
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Feb 8, 2020
1 parent dbc0ddd commit 85e6878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(xlnt VERSION 1.2)
project(xlnt VERSION 1.4)

set(CMAKE_CXX_STANDARD ${XLNT_CXX_LANG})
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down Expand Up @@ -157,7 +157,7 @@ if(NOT STATIC)

target_compile_definitions(xlnt PRIVATE XLNT_SHARED=1)

# Set SO version (for symbolic links like libxlnt.so.1.2 and libxlnt.so.1)
# Set SO version (for symbolic links like libxlnt.so.1.4 and libxlnt.so.1)
set_target_properties(xlnt
PROPERTIES
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 85e6878

Please sign in to comment.