summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-02-08 20:55:23 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-02-08 20:55:23 +0000
commit812e6c6d79ee8a12c9000d5877e259228eb1fbef (patch)
tree6801abea67450ced22f1347930d3530891864292 /build-release
parent24638b34542df8e6b5c2852bc815a4cfd1d68ca2 (diff)
automatic post-release commit for mutt-1.1.3mutt-1-1-3-rel
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release b/build-release
index 09506000..a5847997 100755
--- a/build-release
+++ b/build-release
@@ -27,7 +27,7 @@ cvs update VERSION
OVERSION="`cat VERSION`"
OTAG="mutt-`echo $OVERSION | tr . -`-rel"
-echo $OVERSION | awk -F . '{printf("%d.%d.%d\n", $$1, $$2, $$3 + 1);}' > VERSION
+echo $OVERSION | awk -F . '{printf("%d.%d.%d\n", $1, $2, $3 + 1);}' > VERSION
${VISUAL} VERSION
VERSION="`cat VERSION`"