summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-07-30 20:33:08 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-07-30 20:33:08 (GMT)
commita0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6 (patch)
tree84e15ff1749a17da2d93354cd7e8080639a90cf7
parentb4f144907e07bc3a660cadc532b28d7c197197b5 (diff)
downloadhdf5-a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6.zip
hdf5-a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6.tar.gz
hdf5-a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6.tar.bz2
[svn-r554] *** empty log message ***
-rwxr-xr-xbin/snapshot4
-rw-r--r--src/H5public.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 31b28f3..2bb7876 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -35,9 +35,9 @@ cvs -Q co -d ${COMPARE}/current hdf5 || exit 1
if [ -d ${COMPARE}/previous ]; then
if (diff -r -I H5_VERS_RELEASE -I " released on " \
${COMPARE}/previous ${COMPARE}/current >/dev/null); then
- update=yes
+ update=no
else
- update=no
+ update=yes
fi
else
update=yes
diff --git a/src/H5public.h b/src/H5public.h
index 862da2f..8ca23f5 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -27,7 +27,7 @@
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 0 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 41 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 43 /* For tweaks, bug-fixes, or development */
#define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)