Skip to content

Commit

Permalink
version: set version to 22.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Apr 22, 2022
1 parent a720307 commit dced2c7
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 @@ -21,7 +21,7 @@ message(STATUS "C Debug flags: ${CMAKE_C_FLAGS_DEBUG}")
message(STATUS "C Release flags: ${CMAKE_C_FLAGS_RELEASE}")

set(TJS__VERSION_MAJOR 22)
set(TJS__VERSION_MINOR 2)
set(TJS__VERSION_MINOR 4)
set(TJS__VERSION_PATCH 1)
set(TJS__VERSION_SUFFIX "")
configure_file(
Expand Down

0 comments on commit dced2c7

Please sign in to comment.