From: Stephen Warren <[email protected]> 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
Signed-off-by: Stephen Warren <[email protected]> --- README | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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], [[email protected]]) +AC_INIT([tegrarcm], [1.7], [[email protected]]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
