Skip to content

Commit

Permalink
Update release meta for 2.10.9
Browse files Browse the repository at this point in the history
Change-Id: Idf8dddd796039408baeb81533a8091a7177fb0ca
Reviewed-on: http://review.couchbase.org/c/libcouchbase/+/147549
Tested-by: Build Bot <[email protected]>
Reviewed-by: Sergey Avseyev <[email protected]>
  • Loading branch information
avsej committed Mar 3, 2021
1 parent 7f559e4 commit c915920
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 2.10.9 (March 03 2021)

* CCBC-1130: Do not wipe new/reused pipelines. Fixes invalid memory access error.

## 2.10.8 (September 22 2020)

* CCBC-1298: allow to adjust TCP keepalive settings
Expand Down
6 changes: 3 additions & 3 deletions cmake/Modules/GetVersionInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ ENDIF()

IF (NOT LCB_VERSION)
SET(LCB_NOGITVERSION ON)
SET(LCB_VERSION "2.10.8")
SET(LCB_VERSION "2.10.9")
ENDIF()
IF (NOT LCB_VERSION_CHANGESET)
SET(LCB_VERSION_CHANGESET "0xdeadbeef")
ENDIF()
IF (NOT LCB_VERSION_HEX)
SET(LCB_VERSION_HEX 0x021008)
SET(LCB_VERSION_HEX 0x021009)
ENDIF()

# Now parse the version string
Expand All @@ -63,7 +63,7 @@ IF(APPLE)
ELSE()
SET(LCB_SONAME_MAJOR "2")
ENDIF()
SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.70")
SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.71")

MESSAGE(STATUS
"libcouchbase ${LCB_VERSION_MAJOR},${LCB_VERSION_MINOR},${LCB_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Couchbase C Client"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.10.8
PROJECT_NUMBER = 2.10.9

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit c915920

Please sign in to comment.