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 c83e209..e7c5c85 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -71,10 +71,11 @@ if [ "$snapshot" = "yes" ]; then
(cd ${COMPARE}/current; make distclean)
fi
-# Release snapshot, update version, and commit to cvs
+# Release snapshot, update version, and commit to cvs and tag
if [ "$snapshot" = "yes" ]; then
(
cd ${COMPARE}/current
+ cvs -Q tag hdf5-`./bin/h5vers |tr . _`
./bin/release -d $ARCHIVES $METHODS
./bin/h5vers -i
cvs -Q commit -m Snapshot