Skip to content

Commit

Permalink
version: set version to 22.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Feb 11, 2022
1 parent d20d816 commit b2e27ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message(STATUS "C Release flags: ${CMAKE_C_FLAGS_RELEASE}")

set(TJS__VERSION_MAJOR 22)
set(TJS__VERSION_MINOR 2)
set(TJS__VERSION_PATCH 0)
set(TJS__VERSION_PATCH 1)
set(TJS__VERSION_SUFFIX "")
configure_file(
"${CMAKE_SOURCE_DIR}/src/version.h.in"
Expand Down

0 comments on commit b2e27ca

Please sign in to comment.