X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tools%2Frelease%2Fversion.sh;h=d6c9434b3f2b0557b6264b083f08704f25b228d4;hp=8c6da273432c6b9b8d2f63311c0fe8e996ee4dab;hb=8de17eb65aef93d8cf379f750777d3163efdf68a;hpb=333601da4bbe2bf39ccc21ddc5160344ca953678 diff --git a/tools/release/version.sh b/tools/release/version.sh index 8c6da27343..d6c9434b3f 100755 --- a/tools/release/version.sh +++ b/tools/release/version.sh @@ -8,7 +8,7 @@ # NOTE Use with care! "RC" should only follow x.x.x, with # vendor tags after that. Be traditional; avoid "rc0". -# NOTE: This *ONLY* updates the "configure.in" version tag. +# NOTE: This *ONLY* updates the "configure.ac" version tag. # It does not affect GIT tags. Use this script immediately # before making a release, to remove the "-dev" tag and to # update the version label. Then commit the change and tag @@ -34,7 +34,7 @@ do_version_sed() { local NEW_VERSION="$1" local MSG="$2" - sed -i -e "/AC_INIT/ s|${OLD_VERSION}|${NEW_VERSION}|" configure.in + sed -i -e "/AC_INIT/ s|${OLD_VERSION}|${NEW_VERSION}|" configure.ac package_info_load echo "${MSG}: ${OLD_VERSION} -> ${NEW_VERSION}" }