Skip to content

Commit

Permalink
Updated version to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Apr 17, 2024
1 parent b95b8b4 commit d58bb6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -239,7 +239,7 @@ endif(NATS_BUILD_WITH_TLS)

set(NATS_VERSION_MAJOR 3)
set(NATS_VERSION_MINOR 8)
set(NATS_VERSION_PATCH 0)
set(NATS_VERSION_PATCH 2)
set(NATS_VERSION_SUFFIX "")

set(NATS_VERSION_REQUIRED_NUMBER 0x030800)
Expand Down
2 changes: 1 addition & 1 deletion doc/DoxyFile.NATS.Client
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = NATS C Client with JetStream and Streaming support
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.8.0
PROJECT_NUMBER = 3.8.2

# 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
4 changes: 2 additions & 2 deletions src/version.h
Expand Up @@ -23,9 +23,9 @@ extern "C" {

#define NATS_VERSION_MAJOR 3
#define NATS_VERSION_MINOR 8
#define NATS_VERSION_PATCH 0
#define NATS_VERSION_PATCH 2

#define NATS_VERSION_STRING "3.8.0"
#define NATS_VERSION_STRING "3.8.2"

#define NATS_VERSION_NUMBER ((NATS_VERSION_MAJOR << 16) | \
(NATS_VERSION_MINOR << 8) | \
Expand Down

0 comments on commit d58bb6b

Please sign in to comment.