summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2024-01-05 12:55:54 (GMT)
committerGitHub <noreply@github.com>2024-01-05 12:55:54 (GMT)
commit9d1fe2c166cfb23c11d495140cfeb8a7b0be5c22 (patch)
tree425c56a2e4e8d9ec17b2aa9f83e65a3da7729c08 /fortran
parenta00d62f77a715b0b4b862a594d1d85f4a0e5296c (diff)
downloadhdf5-9d1fe2c166cfb23c11d495140cfeb8a7b0be5c22.zip
hdf5-9d1fe2c166cfb23c11d495140cfeb8a7b0be5c22.tar.gz
hdf5-9d1fe2c166cfb23c11d495140cfeb8a7b0be5c22.tar.bz2
renamed defined H5_VERS* to avoid conflicts (#3926)
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) \