summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-08 22:51:08 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-08 22:51:08 +0000
commite256e63588a867b9ea82e03cfc684c2ea2ca1738 (patch)
tree97583e7952f18934b2751574032b0a48ff8b866c /contrib
parentffda058e93ac699b1649a87f15418f645bb13312 (diff)
* Models' SubstitutionMaps are now attached to the user context
(rather than SAT context) * Enable part of CVC3 system test (resolves bug 375) * Fix infinite recursion in beta reduction code (resolves bug 417) * Some model-building assertions have been added * Other minor changes (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cut-release4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/cut-release b/contrib/cut-release
index 97bc31bb1..0870b6ce0 100755
--- a/contrib/cut-release
+++ b/contrib/cut-release
@@ -246,5 +246,9 @@ else
echo "You can still make a branch manually, of course."
fi
+echo
+echo "Done. Next steps are to upload and advertise these packages and to add"
+echo "a $version release to Bugzilla."
+
trap '' EXIT
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback