summaryrefslogtreecommitdiffstats
path: root/bin/snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-xbin/snapshot3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 5d6eeb4..06cab32 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -436,8 +436,9 @@ if [ "$cmd" = "all" -o -n "$cmdrel" ]; then
# cvs commit if errors encounter here.
set -e
cd ${CURRENT}
- bin/release -d $ARCHIVES $METHODS
RELEASE_VERSION="`perl bin/h5vers -v`"
+ echo "Making snapshot release ($RELEASE_VERSION) to ${ARCHIVES}..."
+ bin/release -d $ARCHIVES $METHODS
perl bin/h5vers -i
cvs -Q commit -m "Snapshot $RELEASE_VERSION"
)