summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-06 19:13:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-06 19:13:07 (GMT)
commit7a1fcfa41974c02b1b7787e2f9627e0027868860 (patch)
treee6289d660cecdd19d60d9085a5ea0029cd7f7d54 /src/H5public.h
parentff0e4033156b184f26286e05751f1f4e729bbf12 (diff)
downloadhdf5-7a1fcfa41974c02b1b7787e2f9627e0027868860.zip
hdf5-7a1fcfa41974c02b1b7787e2f9627e0027868860.tar.gz
hdf5-7a1fcfa41974c02b1b7787e2f9627e0027868860.tar.bz2
[svn-r17309] Bump version number on branch, after snapshot
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 4e67cd4..e49d644 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -72,9 +72,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 9 /* For minor interface/format changes */
#define H5_VERS_RELEASE 44 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "FA_a2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "FA_a3" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.9.44-FA_a2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.44-FA_a3" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)