summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-19 20:45:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-19 20:45:31 (GMT)
commit703fcc52a4a9ca235bb86aec1d5bf864db89f28b (patch)
treed062ce2e918f38510e106bb0eb5b09aab6085cf6 /src/H5public.h
parent1f0513f4367c4caf5ab3b7b6e388e6776efd82b8 (diff)
downloadhdf5-703fcc52a4a9ca235bb86aec1d5bf864db89f28b.zip
hdf5-703fcc52a4a9ca235bb86aec1d5bf864db89f28b.tar.gz
hdf5-703fcc52a4a9ca235bb86aec1d5bf864db89f28b.tar.bz2
[svn-r5683] Purpose:
Version bump Description: I'm making another prerelease available for the SAF team, with some features I'd like them to test, so bump the prerelease number again.
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 f923ea2..3c51cfd 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 "pre3" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre4" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.4.4-pre3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.4-pre4" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)