diff options
author | lrknox <lrknox> | 2016-10-01 14:41:26 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2016-10-01 14:41:26 (GMT) |
commit | 6cb0d90338ca9e16f793b3ae38aac4b77c499d42 (patch) | |
tree | 23242ccdab81aadc84b766b08ece1baa63d15014 /bin/release | |
parent | 75333d5a91e444fa6c5634307a3b1f3fac5018a7 (diff) | |
download | hdf5-6cb0d90338ca9e16f793b3ae38aac4b77c499d42.zip hdf5-6cb0d90338ca9e16f793b3ae38aac4b77c499d42.tar.gz hdf5-6cb0d90338ca9e16f793b3ae38aac4b77c499d42.tar.bz2 |
Snapshot release: increment version.
Diffstat (limited to 'bin/release')
-rwxr-xr-x | bin/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release b/bin/release index 703916b..d8dcd5c 100755 --- a/bin/release +++ b/bin/release @@ -152,7 +152,7 @@ tar2zip() # This command must be run at the top level of the hdf5 source directory. # Verify this requirement. -if [ ! \( -f configure -a -f bin/release \) ]; then +if [ ! \( -f configure.ac-a -f bin/release \) ]; then echo "$0 must be run at the top level of the hdf5 source directory" exit 1 fi |