-
-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
cmake_minimum_required(VERSION 3.16) | ||
|
||
project(QXlsx | ||
VERSION 1.4.4 | ||
VERSION 1.5.0 | ||
LANGUAGES CXX | ||
) | ||
|
||
|
@@ -29,15 +29,15 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) | |
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) | ||
|
||
if(NOT DEFINED QXLSX_PARENTPATH) | ||
set(QXLSX_PARENTPATH ${CMAKE_CURRENT_SOURCE_DIR}/../) | ||
set(QXLSX_PARENTPATH ${CMAKE_CURRENT_SOURCE_DIR}/../) | ||
endif() | ||
|
||
if(NOT DEFINED QXLSX_HEADERPATH) | ||
set(QXLSX_HEADERPATH ${CMAKE_CURRENT_SOURCE_DIR}/../QXlsx/header/) | ||
set(QXLSX_HEADERPATH ${CMAKE_CURRENT_SOURCE_DIR}/../QXlsx/header/) | ||
endif() | ||
|
||
if(NOT DEFINED QXLSX_SOURCEPATH) | ||
set(QXLSX_SOURCEPATH ${CMAKE_CURRENT_SOURCE_DIR}/../QXlsx/source/) | ||
set(QXLSX_SOURCEPATH ${CMAKE_CURRENT_SOURCE_DIR}/../QXlsx/source/) | ||
endif() | ||
|
||
# Due historical reasons this value is kept off | ||
|
@@ -180,7 +180,7 @@ PUBLIC | |
set_target_properties(QXlsx PROPERTIES | ||
OUTPUT_NAME ${EXPORT_NAME} | ||
VERSION ${PROJECT_VERSION} | ||
SOVERSION 0.${PROJECT_VERSION} | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
DarthGandalf
Contributor
|
||
SOVERSION ${PROJECT_VERSION_MAJOR} | ||
PUBLIC_HEADER "${QXLSX_PUBLIC_HEADERS}" | ||
) | ||
|
||
|
This contradicts what you wrote in #375
This line is claiming that 1.5.0 is ABI-compatible with any other 1.x.x