summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_bump.sh2
-rw-r--r--configure.ac2
-rw-r--r--libusb/libusb_version.h2
3 files changed, 3 insertions, 3 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
diff --git a/configure.ac b/configure.ac
index e6e085e..411543f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define(LIBUSB_MAJOR, [1])
m4_define(LIBUSB_MINOR, [0])
m4_define(LIBUSB_MICRO, [8])
-m4_define(LIBUSB_NANO, [10334])
+m4_define(LIBUSB_NANO, [10335])
AC_INIT([libusb], LIBUSB_MAJOR.LIBUSB_MINOR.LIBUSB_MICRO, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/])
diff --git a/libusb/libusb_version.h b/libusb/libusb_version.h
index a760bf6..cde1ce3 100644
--- a/libusb/libusb_version.h
+++ b/libusb/libusb_version.h
@@ -24,6 +24,6 @@
#define LIBUSB_VERSION_MAJOR 1
#define LIBUSB_VERSION_MINOR 0
#define LIBUSB_VERSION_MICRO 8
-#define LIBUSB_VERSION_NANO 10334
+#define LIBUSB_VERSION_NANO 10335
#endif