mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 12:55:13 +00:00
update-version.sh: Also update version in meson.build
This commit is contained in:
parent
1d4d3e4cb0
commit
cd2eb3a22d
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ if [ -z "$1" ]
|
|||
fi
|
||||
|
||||
find . -name "Cargo.toml" -exec sed -i "s/^version =.*/version = \"$1\"/" {} \;
|
||||
sed -i "s/version: .*/version: '$1',/" meson.build
|
||||
|
|
Loading…
Reference in a new issue