summaryrefslogtreecommitdiff
path: root/libusb/version.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-09-16 00:16:06 +0100
committerPete Batard <pete@akeo.ie>2012-09-16 00:23:09 +0100
commit4e1d77d3c4a370f2b2d87f396859a5e249473dbf (patch)
tree5669ad074b8248a78fbea810386c36ec6072296b /libusb/version.h
parent9d368fc4774344d81ab02840f3a8478301bfb6fa (diff)
downloadlibusb-4e1d77d3c4a370f2b2d87f396859a5e249473dbf.tar.gz
libusbx 1.0.13-rc1v1.0.13-rc1
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 98a7ea8..56f1b15 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -7,12 +7,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 12
+#define LIBUSB_MICRO 13
#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