Skip to content

Commit 11f624f

Browse files
committed
Update on "Reorder structure for compatibility with linux-6.0"
See #346. [ghstack-poisoned]
1 parent 2b3f185 commit 11f624f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(gloo CXX C)
44

55
set(GLOO_VERSION_MAJOR 0)
66
set(GLOO_VERSION_MINOR 5)
7-
set(GLOO_VERSION_PATCH 0)
7+
set(GLOO_VERSION_PATCH 1)
88
set(GLOO_VERSION
99
"${GLOO_VERSION_MAJOR}.${GLOO_VERSION_MINOR}.${GLOO_VERSION_PATCH}")
1010

0 commit comments

Comments
 (0)