We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb26b8 commit da630d9Copy full SHA for da630d9
config.h.in
@@ -25,9 +25,9 @@
25
#ifndef CONFIG_H
26
#define CONFIG_H
27
28
-#define SLURM_REDIS_VERSION_MAJOR @SLURM_REDIS_VERSION_MAJOR@
29
-#define SLURM_REDIS_VERSION_MINOR @SLURM_REDIS_VERSION_MINOR@
30
-#define SLURM_REDIS_VERSION_PATCH @SLURM_REDIS_VERSION_PATCH@
+#define SLURM_REDIS_VERSION_MAJOR @PROJECT_VERSION_MAJOR@
+#define SLURM_REDIS_VERSION_MINOR @PROJECT_VERSION_MINOR@
+#define SLURM_REDIS_VERSION_PATCH @PROJECT_VERSION_PATCH@
31
#define SLURM_REDIS_ABI @SLURM_REDIS_ABI@
32
33
#cmakedefine HAVE_ATTRIBUTE_CLEANUP
0 commit comments