Changeset 5082:855cad417af6 for build-release
- Timestamp:
- 2007-04-06 13:30:08 (20 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
build-release (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
build-release
r5081 r5082 41 41 # bump the version number, and calculate the tags 42 42 43 rm -f VERSION44 cvs update VERSION45 43 OVERSION="`cat VERSION`" 46 44 OTAG="mutt-`echo $OVERSION | tr . -`-rel" … … 72 70 # commit and tag the release 73 71 74 #cvscommit -m "automatic post-release commit for mutt-${VERSION}"72 hg commit -m "automatic post-release commit for mutt-${VERSION}" 75 73 #make commit-changelog 76 74 hg tag ${TAG}
