diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-04-06 18:23:21 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-04-06 18:23:21 (GMT) |
commit | eb9b812902a4a319266cd4c8c57af3292cf869bf (patch) | |
tree | 4c34b41b2f1f82fe2c9afff23fe22a7a06677ee2 /src | |
parent | f9c019349eaca70ad6aea321868f82f15d7d35dc (diff) | |
download | hdf5-eb9b812902a4a319266cd4c8c57af3292cf869bf.zip hdf5-eb9b812902a4a319266cd4c8c57af3292cf869bf.tar.gz hdf5-eb9b812902a4a319266cd4c8c57af3292cf869bf.tar.bz2 |
[svn-r3784]
Purpose:
Maintenance for the hdf5-1.4.1 relese
Description:
Updated H5_VERS_SUBRELEASE string to "" for the upcoming release.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h index 28bd7a7..8baf67d 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -53,7 +53,7 @@ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 4 /* For minor interface/format changes */ #define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "pre3" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ |