summaryrefslogtreecommitdiff
path: root/Modules/getpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r--Modules/getpath.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/getpath.c b/Modules/getpath.c
index 1841c76bcc..ee972713f4 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -92,8 +92,12 @@
*/
#ifndef VERSION
+#if defined(__VMS)
+#define VERSION "2_1"
+#else
#define VERSION "2.1"
#endif
+#endif
#ifndef VPATH
#define VPATH "."