summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-08-28 10:17:53 +0200
committerHans de Goede <hdegoede@redhat.com>2013-08-28 10:17:53 +0200
commit6512943087bd7ef1732b0a98e856829abb175f53 (patch)
tree187946a91dc5b8aa81d184bb874ae5db92798752 /libusb/version.h
parent52cdd1a5c91ea64908885bb4a83634cb03257728 (diff)
downloadlibusb-6512943087bd7ef1732b0a98e856829abb175f53.tar.gz
Release 1.0.17-rc1v1.0.17-rc1
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/version.h b/libusb/version.h
index cf37de9..04da817 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -7,12 +7,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 16
+#define LIBUSB_MICRO 17
#endif
#ifndef LIBUSB_NANO
#define LIBUSB_NANO 0
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
-#define LIBUSB_RC ""
+#define LIBUSB_RC "-rc1"
#endif