grim/gplate

Parents 85fec398a973
Children da03ce9fb23f
minorly updating this for the version change, it needs to be updated for the mtn -> hg change...
--- a/version-check.sh Sun Nov 15 01:48:35 2009 -0600
+++ b/version-check.sh Sun Nov 15 01:57:35 2009 -0600
@@ -8,8 +8,8 @@
}
# make sure this isn't a mtn release
-if [ x`echo ${PACKAGE_VERSION} | grep mtn` != x ]; then
- fail "Failing to release from monotone"
+if [ x`echo ${PACKAGE_VERSION} | grep dev` != x ]; then
+ fail "Failing to release from a developer version"
fi
# make sure ChangeLog is updated, has the correct version, and matches today's