File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232# Project copyright.
3333copyright = author
3434# Project version.
35- version = "0 .0.3 "
35+ version = "1 .0.0 "
3636# Project release, set it as the same value as version as the separation is not required.
3737release = version
3838
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ set(PROJECT_CONTACT "dmg0345@gmail.com")
88set (PROJECT_URL "https://github.com/dmg0345/commonapi_cpp_examples" )
99set (PROJECT_DESCRIPTION "Common API C++ Examples" )
1010set (PROJECT_COPYRIGHT "github.com/dmg0345/commonapi_cpp_examples/blob/master/LICENSE" )
11- set (PROJECT_VERSION_MAJOR "0 " )
11+ set (PROJECT_VERSION_MAJOR "1 " )
1212set (PROJECT_VERSION_MINOR "0" )
13- set (PROJECT_VERSION_PATCH "3 " )
13+ set (PROJECT_VERSION_PATCH "0 " )
1414set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR } .${PROJECT_VERSION_MINOR } .${PROJECT_VERSION_PATCH } " )
1515string (TIMESTAMP PROJECT_BUILD_TIMESTAMP_UTC "%d-%m-%Y %H:%M:%S (UTC)" UTC )
1616
You can’t perform that action at this time.
0 commit comments