summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-06-17 07:34:38 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-06-17 07:34:38 (GMT)
commit2d5f0a1c52c3da643db707e6c4f1b8c9be8752e4 (patch)
tree7c243e942a4bbf8f6c4eb9724d2fa087a15f5423 /src/H5public.h
parent30c27cf65f462e6202a76a2530c2ab8bd430745b (diff)
downloadhdf5-2d5f0a1c52c3da643db707e6c4f1b8c9be8752e4.zip
hdf5-2d5f0a1c52c3da643db707e6c4f1b8c9be8752e4.tar.gz
hdf5-2d5f0a1c52c3da643db707e6c4f1b8c9be8752e4.tar.bz2
[svn-r5647] Description:
version information were not updated when 1.4.4-pre1 was created. So, 1.4.4-pre1 actually contained 1.4.4-snap6 in it. Updated the version information to 1.4.4-pre2. Platforms tested: eyeballed all changes. Pretty sure only text changes in some character strings.
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 f37c57f..e4096d7 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 "snap6" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.4.4-snap6" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.4-pre2" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)