Skip to content

Commit

Permalink
Bumped next release version to v3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Oct 2, 2024
1 parent 9705670 commit dc93af6
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 @@ -253,7 +253,7 @@ endif(NATS_BUILD_WITH_TLS)

set(NATS_VERSION_MAJOR 3)
set(NATS_VERSION_MINOR 9)
set(NATS_VERSION_PATCH 1)
set(NATS_VERSION_PATCH 2)
set(NATS_VERSION_SUFFIX "")

set(NATS_VERSION_REQUIRED_NUMBER 0x030900)
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.9.1
PROJECT_NUMBER = 3.9.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
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 9
#define NATS_VERSION_PATCH 1
#define NATS_VERSION_PATCH 2

#define NATS_VERSION_STRING "3.9.1"
#define NATS_VERSION_STRING "3.9.2"

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

0 comments on commit dc93af6

Please sign in to comment.