Skip to content

Commit

Permalink
Update on "Reorder structure for compatibility with linux-6.0"
Browse files Browse the repository at this point in the history
See #346.

[ghstack-poisoned]
  • Loading branch information
fduwjj committed Jan 18, 2023
1 parent 2b3f185 commit 11f624f
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 @@ -4,7 +4,7 @@ project(gloo CXX C)

set(GLOO_VERSION_MAJOR 0)
set(GLOO_VERSION_MINOR 5)
set(GLOO_VERSION_PATCH 0)
set(GLOO_VERSION_PATCH 1)
set(GLOO_VERSION
"${GLOO_VERSION_MAJOR}.${GLOO_VERSION_MINOR}.${GLOO_VERSION_PATCH}")

Expand Down

0 comments on commit 11f624f

Please sign in to comment.