Skip to content

Commit

Permalink
Update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Jun 26, 2024
1 parent 5356624 commit c8848b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ cpmaddpackage(
NAME
couchbase_cxx_client
GIT_TAG
0a172faa29cecb22a8774a49dd22748901d4f2d2
1.0.0
VERSION
1.0.0
GITHUB_REPOSITORY
"couchbaselabs/couchbase-cxx-client"
"couchbase/couchbase-cxx-client"
OPTIONS
"COUCHBASE_CXX_CLIENT_STATIC_BORINGSSL ON")

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Couchbase C++SDK Demo

Demo applications for Couchbase C++ SDK. More info at https://github.com/couchbase/couchbase-cxx-client.

```bash
mkdir -p build
cmake -S . -B build
Expand Down

0 comments on commit c8848b0

Please sign in to comment.