Skip to content

Commit

Permalink
Updated release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Aug 2, 2019
1 parent 259c07e commit c8a30e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ then
exit 1
fi

# edit version in re2c/configure.in
# edit version in configure.in
lcontext="AC_INIT\(\[re2c\],\["
rcontext="\],\[re2c-general@lists\.sourceforge\.net\]\)"
old="[0-9]+(\.[0-9]+)*(\.dev)?"
new=$version
sed -i -E "s/$lcontext$old$rcontext/$lcontext$new$rcontext/" re2c/configure.ac
sed -i -E "s/$lcontext$old$rcontext/$lcontext$new$rcontext/" configure.ac

# distcheck
builddir=.build
Expand Down

0 comments on commit c8a30e4

Please sign in to comment.