summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5config_f.inc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/src/H5config_f.inc.in b/fortran/src/H5config_f.inc.in
index 5fe1bcc..afcfa6e 100644
--- a/fortran/src/H5config_f.inc.in
+++ b/fortran/src/H5config_f.inc.in
@@ -81,13 +81,13 @@
#undef NO_DEPRECATED_SYMBOLS
! For major interface/format changes
-#undef VERS_MAJOR
+#undef VERS_MAJOR_TMP
! For minor interface/format changes
-#undef VERS_MINOR
+#undef VERS_MINOR_TMP
! For tweaks, bug-fixes, or development
-#undef VERS_RELEASE
+#undef VERS_RELEASE_TMP
! macros for comparing versions
#define VERSION_GE(Maj, Min, Rel) \