summaryrefslogtreecommitdiffstats
path: root/bin/snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-xbin/snapshot4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/snapshot b/bin/snapshot
index a496edd..4a94ff4 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -466,10 +466,10 @@ if [ "$cmd" = "all" -o -n "$cmdrel" ]; then
# commit source if errors encounter here.
set -e
cd ${CURRENT}
- RELEASE_VERSION="`perl bin/h5vers -v`"
+ RELEASE_VERSION="`perl bin/h5vers.pl -v`"
echo "Making snapshot release ($RELEASE_VERSION) to ${ReleaseDir}..."
bin/release -d $ReleaseDir $METHODS
- perl bin/h5vers -i
+ perl bin/h5vers.pl -i
svn -q commit -m "Snapshot $RELEASE_VERSION"
)
errcode=$?