Skip to content

Commit e3917a2

Browse files
Update version and Documentation
1 parent 8757243 commit e3917a2

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ SET_TARGET_PROPERTIES(${PROJECT_NAME}_s PROPERTIES PREFIX "" IMPORT_PREFIX "")
9999
if (UNIX)
100100
target_compile_options(${PROJECT_NAME}_s PUBLIC "-fPIC")
101101
# Uncomment the following to but the version info into the .so-file.
102-
SET_TARGET_PROPERTIES(${PROJECT_NAME}_s PROPERTIES VERSION "${LIB3MF_VERSION_MAJOR}.${LIB3MF_VERSION_MINOR}.${LIB3MF_VERSION_MICRO}")
102+
SET_TARGET_PROPERTIES(${PROJECT_NAME}_s PROPERTIES VERSION "${LIB3MF_VERSION_MAJOR}.${LIB3MF_VERSION_MINOR}.${LIB3MF_VERSION_MICRO}.${BUILD_NUMBER}")
103103
SET_TARGET_PROPERTIES(${PROJECT_NAME}_s PROPERTIES SOVERSION "${LIB3MF_VERSION_MAJOR}")
104104
if (NOT APPLE)
105105
SET_TARGET_PROPERTIES(${PROJECT_NAME}_s PROPERTIES LINK_FLAGS -s)
@@ -127,7 +127,7 @@ SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES PREFIX "" IMPORT_PREFIX "")
127127
target_link_libraries(${PROJECT_NAME} ${PROJECT_NAME}_s)
128128
if (UNIX)
129129
# Uncomment the following to but the version info into the .so-file.
130-
SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES VERSION "${LIB3MF_VERSION_MAJOR}.${LIB3MF_VERSION_MINOR}.${LIB3MF_VERSION_MICRO}")
130+
SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES VERSION "${LIB3MF_VERSION_MAJOR}.${LIB3MF_VERSION_MINOR}.${LIB3MF_VERSION_MICRO}.${BUILD_NUMBER}")
131131
SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES SOVERSION "${LIB3MF_VERSION_MAJOR}")
132132
endif()
133133
install(TARGETS ${PROJECT_NAME}

Lib3MF-1.0.docx

-184 KB
Binary file not shown.

Lib3MF-1.docx

156 KB
Binary file not shown.
999 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For example code, please refer to the examples in the SDK (SDK/Examples) or to
3333
[https://github.com/3MFConsortium/lib3mf-examples](https://github.com/3MFConsortium/lib3mf-examples).
3434

3535
## Documentation
36-
For a more detailed documentation, please take a look into the PDF in the root directory
36+
For a more detailed documentation, please take a look into the [PDF](Lib3MF-1.pdf) in the root directory
3737
of this repository.
3838

3939
## License

0 commit comments

Comments
 (0)