Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 3a83a4f

Browse files
committed
Tagging library version as 2.3.3
1 parent 71954c5 commit 3a83a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif()
88

99
SET(SIGNAL_PROTOCOL_C_VERSION_MAJOR 2)
1010
SET(SIGNAL_PROTOCOL_C_VERSION_MINOR 3)
11-
SET(SIGNAL_PROTOCOL_C_VERSION_PATCH 2)
11+
SET(SIGNAL_PROTOCOL_C_VERSION_PATCH 3)
1212
SET(SIGNAL_PROTOCOL_C_VERSION ${SIGNAL_PROTOCOL_C_VERSION_MAJOR}.${SIGNAL_PROTOCOL_C_VERSION_MINOR}.${SIGNAL_PROTOCOL_C_VERSION_PATCH})
1313

1414
SET(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)")

0 commit comments

Comments
 (0)