release.sh: fix up remaining context-free regexes #1340

pull/1343/head
nick black 3 years ago committed by Nick Black
parent 3dd543d72b
commit 23c6b13ecf

@ -27,8 +27,9 @@ for i in doc/man/man*/*.md cffi/notcurses-*.md ; do
sed -i -e "s/% v$OLDVERSION/% v$VERSION/" "$i"
done
sed -i -e "s/(v$OLDVERSION)/(v$VERSION)/" doc/man/index.html
#BUMP="cffi/setup.py rust/Cargo.toml rust/build/build.rs"
exit
sed -i -e "s/version=\"$OLDVERSION\"/version=\"$VERSION\"/" cffi/setup.py
sed -i -e "s/^version = \"$OLDVERSION\"$/version = \"$VERSION\"/" rust/Cargo.toml
sed -i -e "s/atleast_version(\"$OLDVERSION\")/atleast_version(\"$VERSION\")/" rust/build/build.rs
BUILDDIR="build-$VERSION"

Loading…
Cancel
Save