summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-01-05 16:58:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-01-05 16:58:47 (GMT)
commitf30661caeb2b94c0ac7dc35d0786ed190b63b534 (patch)
treee2a4ce4d103fd6eb35f7f7c2f91e8e0d6be387bb
parent039ebf5b6b15fdbae166852cf71d9c6681f19159 (diff)
downloadhdf5-f30661caeb2b94c0ac7dc35d0786ed190b63b534.zip
hdf5-f30661caeb2b94c0ac7dc35d0786ed190b63b534.tar.gz
hdf5-f30661caeb2b94c0ac7dc35d0786ed190b63b534.tar.bz2
[svn-r16265] Update MANIFEST and version in windows pubconf header file, in metadata journaling branch
-rw-r--r--MANIFEST1
-rwxr-xr-xwindows/src/H5pubconf.h6
2 files changed, 4 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index 0ed1cad..f74f913 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1020,6 +1020,7 @@
./tools/h5recover/Makefile.am
./tools/h5recover/Makefile.in
./tools/h5recover/README
+./tools/h5recover/README_Journaling
./tools/h5recover/enable_journaling.c
./tools/h5recover/h5recover.c
./tools/h5recover/testh5recover.sh.in
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index 0ca97aa..7ccfef1 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -469,13 +469,13 @@
#define H5_PACKAGE_NAME "HDF5"
/* Define to the full name and version of this package. */
-#define H5_PACKAGE_STRING "HDF5 1.9.14"
+#define H5_PACKAGE_STRING "HDF5 1.9.8-MDJ_a2"
/* Define to the one symbol short name of this package. */
#define H5_PACKAGE_TARNAME "hdf5"
/* Define to the version of this package. */
-#define H5_PACKAGE_VERSION "1.9.14"
+#define H5_PACKAGE_VERSION "1.9.8-MDJ_a2"
/* Width for printf() for type `long long' or `__int64', use `ll' */
#define H5_PRINTF_LL_WIDTH "I64"
@@ -632,7 +632,7 @@
/* #undef H5_USING_MEMCHECKER */
/* Version number of package */
-#define H5_VERSION "1.9.14"
+#define H5_VERSION "1.9.8-MDJ_a2"
/* Define if vsnprintf() returns the correct value for formatted strings that
don't fit into size allowed */