summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-04-13 22:23:58 +0100
committerPete Batard <pete@akeo.ie>2012-04-13 22:29:29 +0100
commitf0dfc40ad3304604605b6414e123d1452874222c (patch)
tree2803728fed0b96ad1fb379ff5d835621b5f640a9
parent9ee81db53e4367bbb90650ec6443f81429454971 (diff)
downloadlibusb-f0dfc40ad3304604605b6414e123d1452874222c.tar.gz
libusbx 1.0.10-rc1v1.0.10-rc1
-rw-r--r--NEWS6
-rw-r--r--libusb/version.h6
2 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8c5bf0a..1e47088 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ This file lists notable changes in each release.
For fine grained history, please see the git log at:
http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log
+2012-04-13: v1.0.10-rc1
+* Public release
+* Add libusb_get_version
+* Add Visual Studio 2010 project files
+* Some Windows code cleanup
+
2012-04-02: v1.0.9
* First libusbx release
* Add libusb_get_device_speed (all, except BSD) and libusb_error_name
diff --git a/libusb/version.h b/libusb/version.h
index 43d115e..d62ec8a 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -6,12 +6,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 9
+#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10471
+#define LIBUSB_NANO 10472
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
-#define LIBUSB_RC ""
+#define LIBUSB_RC "-rc1"
#endif