Skip to content

Commit 5f1a8a7

Browse files
author
Grok Compression
committed
bump version to 15.0.0
1 parent 5574378 commit 5f1a8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ project(GROK)
44

55
#######################################
66
# GROK version
7-
set(GROK_VERSION_MAJOR 14)
8-
set(GROK_VERSION_MINOR 3)
7+
set(GROK_VERSION_MAJOR 15)
8+
set(GROK_VERSION_MINOR 0)
99
set(GROK_VERSION_PATCH 0)
1010
set(GROK_VERSION
1111
"${GROK_VERSION_MAJOR}.${GROK_VERSION_MINOR}.${GROK_VERSION_PATCH}")

0 commit comments

Comments
 (0)