Skip to content

Commit

Permalink
bump version to v14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grok Compression committed Dec 27, 2024
1 parent 89c6cb8 commit 959b0a7
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 @@ -5,7 +5,7 @@ project(GROK)
#######################################
# GROK version
set(GROK_VERSION_MAJOR 14)
set(GROK_VERSION_MINOR 0)
set(GROK_VERSION_MINOR 1)
set(GROK_VERSION_BUILD 0)
set(GROK_VERSION
"${GROK_VERSION_MAJOR}.${GROK_VERSION_MINOR}.${GROK_VERSION_BUILD}")
Expand Down

0 comments on commit 959b0a7

Please sign in to comment.