Skip to content

Commit d344aa6

Browse files
committed
prepare for release
1 parent 86e9445 commit d344aa6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ set(HEADER_FILES
169169
add_library(fsmod SHARED ${SOURCE_FILES})
170170

171171
set_target_properties(fsmod PROPERTIES
172-
SOVERSION 0.1
172+
SOVERSION 0.4
173173
LINKER_LANGUAGE CXX
174174
PUBLIC_HEADER "${HEADER_FILES}")
175175

doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The full version, including alpha/beta/rc tags
7272

7373
breathe_projects = {
74-
"user": "../../docs/0.1/user/xml/",
74+
"user": "../../docs/0.4/user/xml/",
7575
}
76-
version = '0.1'
77-
release = '0.1'
76+
version = '0.4'
77+
release = '0.4'

0 commit comments

Comments
 (0)