Changeset 5082:855cad417af6
- Timestamp:
- 2007-04-06 13:30:08 (21 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
More minor build tweaks
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5081
|
r5082
|
|
| 41 | 41 | # bump the version number, and calculate the tags |
| 42 | 42 | |
| 43 | | rm -f VERSION |
| 44 | | cvs update VERSION |
| 45 | 43 | OVERSION="`cat VERSION`" |
| 46 | 44 | OTAG="mutt-`echo $OVERSION | tr . -`-rel" |
| … |
… |
|
| 72 | 70 | # commit and tag the release |
| 73 | 71 | |
| 74 | | #cvs commit -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} |