From 7ad14d9b6cc58df0d31bd31b7619877d0202fc60 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Mon, 7 Mar 2011 19:03:36 +0000 Subject: [internal] bumped internal version --- _bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_bump.sh') 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 -- cgit v1.2.1