Skip to content

Commit

Permalink
Fixup for release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
emergencybutter committed Jan 9, 2008
1 parent 7aae8ed commit 1ea9f51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/bip-release
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ release="$1"

if [ -n "$release" ]
then
git log > ChangeLog
echo '#define BIP_VERSION "'$release'"' > src/version.h
git commit -a -m "Update src/version.h for release."
git commit -a -m "Update src/version.h and Changelog for release."
git tag release-$release
prefix=bip-$release
else
Expand Down

0 comments on commit 1ea9f51

Please sign in to comment.