diff options
author | Pete Batard <pbatard@gmail.com> | 2010-10-13 22:33:02 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-10-13 22:33:02 +0100 |
commit | 501f1e1a06427361f8ddddffda1f19701bc454e9 (patch) | |
tree | 5669f2e1a7526fdc3ff62088164bc20e082d0c80 | |
parent | 5c7ef20119c427e7ef99990ed270fc4fa5d9698f (diff) | |
download | libusb-501f1e1a06427361f8ddddffda1f19701bc454e9.tar.gz |
[INTERNAL - NOT FOR RELEASE] edit message for bump.sh
-rw-r--r-- | bump.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,5 +32,5 @@ mv configure.ac~ configure.ac # we're duplicating libusb_version.h generation here, but that avoids having to run configure sed -e "s/\(^#define LIBUSB_VERSION_NANO.*\)/#define LIBUSB_VERSION_NANO $TAGVER_OFF/" libusb/libusb_version.h > libusb/libusb_version.h~ mv libusb/libusb_version.h~ libusb/libusb_version.h -git commit -a -m "bumped internal version" +git commit -a -m "bumped internal version" -e git tag "pbr$TAGVER"
\ No newline at end of file |