From a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Thu, 30 Jul 1998 15:33:08 -0500 Subject: [svn-r554] *** empty log message *** --- bin/snapshot | 4 ++-- src/H5public.h | 2 +- 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) -- cgit v0.12