Skip to content

Commit

Permalink
Updated version to v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Apr 17, 2024
1 parent d58bb6b commit 6a74cf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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 2)
set(NATS_VERSION_PATCH 3)
set(NATS_VERSION_SUFFIX "")

set(NATS_VERSION_REQUIRED_NUMBER 0x030800)
Expand Down
2 changes: 1 addition & 1 deletion doc/DoxyFile.NATS.Client
Original file line number Diff line number Diff line change
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.2
PROJECT_NUMBER = 3.8.3

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ extern "C" {

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

#define NATS_VERSION_STRING "3.8.2"
#define NATS_VERSION_STRING "3.8.3"

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

0 comments on commit 6a74cf6

Please sign in to comment.