summaryrefslogtreecommitdiff
path: root/template/verconf.h.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/verconf.h.tmpl')
-rw-r--r--template/verconf.h.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/verconf.h.tmpl b/template/verconf.h.tmpl
index 79c003e09f..5ee8a0e472 100644
--- a/template/verconf.h.tmpl
+++ b/template/verconf.h.tmpl
@@ -8,7 +8,7 @@
% elsif !C["RUBY_LIB_VERSION"]
#define RUBY_LIB_VERSION_STYLE 3 /* full */
% else
-#define RUBY_LIB_VERSION ${RUBY_LIB_VERSION}
+#define RUBY_LIB_VERSION "${RUBY_LIB_VERSION}"
% end
#define RUBY_EXEC_PREFIX "<%='${RUBY_EXEC_PREFIX}' if C['RUBY_EXEC_PREFIX']%>"
#define RUBY_LIB_PREFIX "${rubylibprefix}"