summaryrefslogtreecommitdiff
path: root/_bump.sh
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-03-07 19:03:36 +0000
committerPete Batard <pbatard@gmail.com>2011-03-07 19:03:36 +0000
commit7ad14d9b6cc58df0d31bd31b7619877d0202fc60 (patch)
tree738e918fa88588c445210678c12ce6a8945398c9 /_bump.sh
parent00d3fa801e1778d79c1bce079e3b4e01daa0ef7b (diff)
downloadlibusb-7ad14d9b6cc58df0d31bd31b7619877d0202fc60.tar.gz
[internal] bumped internal versionpbr335
Diffstat (limited to '_bump.sh')
-rw-r--r--_bump.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/_bump.sh b/_bump.sh
index 12c17d3..cfeb785 100644
--- a/_bump.sh
+++ b/_bump.sh
@@ -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" -e
+git commit -a -m "[internal] bumped internal version" -e
git tag "pbr$TAGVER" \ No newline at end of file