mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
v2.4.7
This commit is contained in:
parent
63e9282893
commit
06c66c5911
@ -24,7 +24,7 @@ git clean -f -d -x
|
|||||||
# will surely otherwise go out of date.
|
# will surely otherwise go out of date.
|
||||||
sed -i -e "s/\(project(notcurses VERSION \)$OLDVERSION/\1$VERSION/" CMakeLists.txt
|
sed -i -e "s/\(project(notcurses VERSION \)$OLDVERSION/\1$VERSION/" CMakeLists.txt
|
||||||
sed -i -e "s/\(PROJECT_NUMBER *= \)$OLDVERSION/\1$VERSION/" doc/Doxyfile
|
sed -i -e "s/\(PROJECT_NUMBER *= \)$OLDVERSION/\1$VERSION/" doc/Doxyfile
|
||||||
for i in doc/man/man*/*.md cffi/notcurses-*.md ; do
|
for i in doc/man/man*/*.md cffi/notcurses-*.md cffi/ncdirect-*.md; do
|
||||||
sed -i -e "s/% v$OLDVERSION/% v$VERSION/" "$i"
|
sed -i -e "s/% v$OLDVERSION/% v$VERSION/" "$i"
|
||||||
done
|
done
|
||||||
sed -i -e "s/v$OLDVERSION/v$VERSION/g" doc/man/index.html
|
sed -i -e "s/v$OLDVERSION/v$VERSION/g" doc/man/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user