Skip to content

Commit

Permalink
chore(dev/release): avoid changing meson version
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jul 1, 2024
1 parent b3b8477 commit db1b897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/release/utils-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ update_versions() {
rm cmake_modules/AdbcVersion.cmake.bak
git add cmake_modules/AdbcVersion.cmake

sed -i.bak -E "s/version: '.+',/version: '${c_version}',/g" meson.build
# Avoid changing meson_version
sed -i.bak -E "s/\bversion: '.+',/version: '${c_version}',/g" meson.build
rm meson.build.bak
git add meson.build
popd
Expand Down

0 comments on commit db1b897

Please sign in to comment.