Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Feb 3, 2024
1 parent c3ad68d commit 7adcc43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake" ${CMAKE_MODULE_PATH})

set(L8W8JWT_MAJOR 2)
set(L8W8JWT_MINOR 3)
set(L8W8JWT_PATCH 1)
set(L8W8JWT_PATCH 2)
set(L8W8JWT_VERSION_STRING "${L8W8JWT_MAJOR}.${L8W8JWT_MINOR}.${L8W8JWT_PATCH}")

option(L8W8JWT_ENABLE_TESTS "Build l8w8jwt tests." OFF)
Expand Down
4 changes: 2 additions & 2 deletions include/l8w8jwt/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ extern "C" {
/**
* Current l8w8jwt version number.
*/
#define L8W8JWT_VERSION 231
#define L8W8JWT_VERSION 232

/**
* Current l8w8jwt version number (as a human-readable string).
*/
#define L8W8JWT_VERSION_STR "2.3.1"
#define L8W8JWT_VERSION_STR "2.3.2"

#if defined(_WIN32) && defined(L8W8JWT_DLL)
#ifdef L8W8JWT_BUILD_DLL
Expand Down

0 comments on commit 7adcc43

Please sign in to comment.