Skip to content

Commit

Permalink
Fix configure.ac version manipulation
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Jasny <[email protected]>
  • Loading branch information
gjasny committed Sep 17, 2013
1 parent e78fc4d commit cfae53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sed -i '' -e "s/^VERSION=.*$/VERSION=$1/g" configure.ac
sed -i '' -E "s/^(AC_INIT\(.*, *\[).*(\]\))$/\1$1\2/g" configure.ac

agvtool bump -all
agvtool new-marketing-version "$1"
Expand Down

0 comments on commit cfae53f

Please sign in to comment.