summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2002-07-03 20:11:14 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2002-07-03 20:11:14 (GMT)
commit56019a85dee82fcdf98123432889e3ae645f7e47 (patch)
tree3b53973c8e5f900a5c1491a2f8a6fc6e3d74142e /src/H5public.h
parent200f780d7fda64f6783072aff7634da7277df181 (diff)
downloadhdf5-56019a85dee82fcdf98123432889e3ae645f7e47.zip
hdf5-56019a85dee82fcdf98123432889e3ae645f7e47.tar.gz
hdf5-56019a85dee82fcdf98123432889e3ae645f7e47.tar.bz2
[svn-r5761]
Purpose: Maintenance: I am commiting files that were modified by h5vers -s 1.4.4 command and the files that made into the hdf5-1.4.4 released tar ball (*.zip and INATALL_windows.txt). Please do not check anything in until I send an email telling that you can do it! My next step will be tag the release with hdf5_1_4_4 tag. Thank you!
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index bb71873..922aa38 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -65,9 +65,9 @@
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre6" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.4.4-pre6" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.4" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)