Skip to content

Commit 35b683f

Browse files
committed
Release 1.0.0
1 parent 975ad6d commit 35b683f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Project copyright.
3333
copyright = 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.
3737
release = version
3838

other/cmake/versioning.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ set(PROJECT_CONTACT "dmg0345@gmail.com")
88
set(PROJECT_URL "https://github.com/dmg0345/commonapi_cpp_examples")
99
set(PROJECT_DESCRIPTION "Common API C++ Examples")
1010
set(PROJECT_COPYRIGHT "github.com/dmg0345/commonapi_cpp_examples/blob/master/LICENSE")
11-
set(PROJECT_VERSION_MAJOR "0")
11+
set(PROJECT_VERSION_MAJOR "1")
1212
set(PROJECT_VERSION_MINOR "0")
13-
set(PROJECT_VERSION_PATCH "3")
13+
set(PROJECT_VERSION_PATCH "0")
1414
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
1515
string(TIMESTAMP PROJECT_BUILD_TIMESTAMP_UTC "%d-%m-%Y %H:%M:%S (UTC)" UTC)
1616

0 commit comments

Comments
 (0)