Message ID | 1445014640-1206-1-git-send-email-swarren@wwwdotorg.org |
---|---|
State | Deferred |
Headers | show |
On 10/16/2015 10:57 AM, Stephen Warren wrote: > From: Stephen Warren <swarren@nvidia.com> > > Changelog: > - Documented patch submission process in this file > - Added better USB debugging message > - Require a specific minimum version of libusb > - Added --usb-port-path cmdline option I've applied this and pushed a version tag too. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/README b/README index 2c6765387a3f..8ace10ce0440 100644 --- a/README +++ b/README @@ -83,6 +83,10 @@ Changelog Ssee git logs for complete list. +V1.7 - Documented patch submission process in this file + - Added better USB debugging message + - Require a specific minimum version of libusb + - Added --usb-port-path cmdline option V1.6 - Added support for ODM secure mode V1.5 - Added support for RCM protocol version 40 - Added Tegra124 support diff --git a/configure.ac b/configure.ac index 51ac73d95896..943654fd623d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([tegrarcm], [1.6], [amartin@nvidia.com]) +AC_INIT([tegrarcm], [1.7], [amartin@nvidia.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h])