Skip to content

Commit

Permalink
version: set version to 24.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jun 21, 2024
1 parent 9b330ef commit a6bb225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ if (CMAKE_BUILD_TYPE MATCHES "Debug")
list(APPEND tjs_cflags -ggdb -O0 -fno-omit-frame-pointer)
endif()

set(TJS__VERSION_MAJOR 23)
set(TJS__VERSION_MINOR 12)
set(TJS__VERSION_MAJOR 24)
set(TJS__VERSION_MINOR 6)
set(TJS__VERSION_PATCH 0)
set(TJS__VERSION_SUFFIX "")
configure_file(
Expand Down

0 comments on commit a6bb225

Please sign in to comment.