summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Plante <michael.plante@gmail.com>2010-04-02 11:11:05 +0100
committerMichael Plante <michael.plante@gmail.com>2010-04-02 11:11:05 +0100
commita9078469ac09a29e7a71059e35b7ab1354fa0e55 (patch)
tree5e6b9203713800a3164d33a96510473cf3558a57
parent7f447549b7e4906f48d23446c0e110973511040b (diff)
downloadlibusb-r235.tar.gz
updated other files to match 1.0.7 releaser235
-rw-r--r--NEWS4
-rw-r--r--libusb/libusb-1.0.rc4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4d573d6..958c7ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2010-04-XX: v1.0.7
+* Bug fixes
+* Windows backend
+
2009-11-22: v1.0.6
* Bug fixes
* Increase libusb_handle_events() timeout to 60s for powersaving
diff --git a/libusb/libusb-1.0.rc b/libusb/libusb-1.0.rc
index 5dea80c..b010135 100644
--- a/libusb/libusb-1.0.rc
+++ b/libusb/libusb-1.0.rc
@@ -30,8 +30,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#define VER_MAJOR_STR "1"
#define VER_MINOR 0
#define VER_MINOR_STR "0"
-#define VER_MICRO 5
-#define VER_MICRO_STR "5"
+#define VER_MICRO 7
+#define VER_MICRO_STR "7"
#define VER_NANO 0
#define VER_NANO_STR "0"
#define VER_VERSION_STR VER_MAJOR_STR ", " VER_MINOR_STR ", " VER_MICRO_STR ", " VER_NANO_STR "\0"