Skip to content

Commit

Permalink
core: fix maximum op-version for release 11 (#4006)
Browse files Browse the repository at this point in the history
Fixes: #4005

Signed-off-by: Xavi Hernandez <xhernandez@gmail.com>
  • Loading branch information
xhernandez committed Mar 27, 2023
1 parent 5d8be93 commit c23c1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libglusterfs/src/glusterfs/globals.h
Expand Up @@ -45,7 +45,7 @@
1 /* MIN is the fresh start op-version, mostly \
should not change */
#define GD_OP_VERSION_MAX \
GD_OP_VERSION_10_0 /* MAX VERSION is the maximum \
GD_OP_VERSION_11_0 /* MAX VERSION is the maximum \
count in VME table, should \
keep changing with \
introduction of newer \
Expand Down

0 comments on commit c23c1e5

Please sign in to comment.