We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddcb87a + 4117e19 commit 6892f97Copy full SHA for 6892f97
opt/getver
@@ -22,7 +22,7 @@ else
22
#include "src/version.h"
23
24
int main(int argc, char *argv[]) {
25
- printf("%d%d%d\n", REDISAI_VERSION_MAJOR, REDISAI_VERSION_MINOR, REDISAI_VERSION_PATCH);
+ printf("%d\n", REDISAI_MODULE_VERSION);
26
return 0;
27
}
28
EOF
0 commit comments