Skip to content

Commit

Permalink
Update release meta 2.9.0
Browse files Browse the repository at this point in the history
Change-Id: I87b7763d7a72be290cb4ed07a760b08d3aa0f7e2
Reviewed-on: http://review.couchbase.org/94598
Tested-by: Build Bot <[email protected]>
Reviewed-by: Sergey Avseyev <[email protected]>
  • Loading branch information
avsej committed May 24, 2018
1 parent 357518f commit b028b9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 2.9.0 (May 21 2018)
## 2.9.0 (May 24 2018)

This release is mostly about API visibility bump from uncommited to committed,
but also includes several bug fixes.
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.8.7")
SET(LCB_VERSION "2.9.0")
ENDIF()
IF (NOT LCB_VERSION_CHANGESET)
SET(LCB_VERSION_CHANGESET "0xdeadbeef")
ENDIF()
IF (NOT LCB_VERSION_HEX)
SET(LCB_VERSION_HEX 0x020807)
SET(LCB_VERSION_HEX 0x020900)
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.55")
SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.56")

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.8.7
PROJECT_NUMBER = 2.9.0

# 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 b028b9e

Please sign in to comment.