Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-10-04 18:56:52 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2022-10-04 18:57:23 +0300
commitcd2eb3a22d480989417e0beafc9d90bee1c65bf9 (patch)
treefba47e0182fe83490161d9aa560ce6b0c7d7971d /update-version.sh
parent1d4d3e4cb0e6cfb6301df316afb4c5a40e556b68 (diff)
update-version.sh: Also update version in meson.build
Diffstat (limited to 'update-version.sh')
-rwxr-xr-xupdate-version.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-version.sh b/update-version.sh
index c600abc50..b0a32bd66 100755
--- a/update-version.sh
+++ b/update-version.sh
@@ -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