summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2013-05-20 19:34:55 -0700
committerAllen Martin <amartin@nvidia.com>2013-06-17 22:48:50 -0700
commit5b6db0a7ecbfec15c094aa7a358cab887e22e00b (patch)
tree4d4640555369ca6bbddb582d0d00b96e0fda8905
parent33147f3c9073d96377d57fab1c4fc613b4c7da30 (diff)
downloadtegrarcm-5b6db0a7ecbfec15c094aa7a358cab887e22e00b.tar.gz
tegrarcm: Bump version to 1.4v1.4
Bump the version number to 1.4 and update change log. Signed-off-by: Allen Martin <amartin@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--README3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index e61938f..4dde32b 100644
--- a/README
+++ b/README
@@ -56,6 +56,9 @@ u-boot.bin sent successfully
Changes (see git logs for complete list):
+V1.4 - Added --version command
+ - Updated T114 miniloader to fix SPI boot problem
+ - Added --help command to man page
V1.3 - Added some better error checking on return values
- Fixed configure problem related to libcrypto++ and libpthread
interaction
diff --git a/configure.ac b/configure.ac
index 9964316..487666a 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.3], [amartin@nvidia.com])
+AC_INIT([tegrarcm], [1.4], [amartin@nvidia.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])