From 12b9718fc6b5be374d252be691733837e756d816 Mon Sep 17 00:00:00 2001 From: Allen Martin Date: Wed, 2 Apr 2014 11:28:34 -0700 Subject: tegrarcm: Version 1.6 Update version number to 1.6 and update changelog in README for version 1.6 release notes. Signed-off-by: Allen Martin Acked-by: Stephen Warren --- README | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 764aecf..df1e106 100644 --- a/README +++ b/README @@ -56,6 +56,7 @@ u-boot.bin sent successfully Changes (see git logs for complete list): +V1.6 - Added support for ODM secure mode V1.5 - Added support for RCM protocol version 40 - Added Tegra124 support - Added support for readbct command diff --git a/configure.ac b/configure.ac index 19285c9..c95a0ec 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.5], [amartin@nvidia.com]) +AC_INIT([tegrarcm], [1.6], [amartin@nvidia.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1