Skip to content

Commit

Permalink
chore: update version to 1.0.15
Browse files Browse the repository at this point in the history
use so name

Log: tag 1.0.15
  • Loading branch information
Johnson-zs authored and deepin-bot[bot] committed Jan 15, 2025
1 parent 4df044d commit 61d540c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
docparser (1.0.14) UNRELEASED; urgency=medium
docparser (1.0.15) unstable; urgency=medium

* use so name

-- Zhang Sheng <[email protected]> Wed, 15 Jan 2025 14:34:49 +0800

docparser (1.0.14) unstable; urgency=medium

* fix bug
*

-- Zhang Sheng <[email protected]> Tue, 07 Jan 2025 13:04:28 +0800

Expand Down
6 changes: 6 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ add_library(docparser SHARED
${SRC_FILES}
)

# 设置库的版本信息
set_target_properties(docparser PROPERTIES
VERSION 1.0
SOVERSION 1
)

# 设置目标属性
target_include_directories(docparser
PUBLIC
Expand Down

0 comments on commit 61d540c

Please sign in to comment.