From 5b6db0a7ecbfec15c094aa7a358cab887e22e00b Mon Sep 17 00:00:00 2001 From: Allen Martin Date: Mon, 20 May 2013 19:34:55 -0700 Subject: tegrarcm: Bump version to 1.4 Bump the version number to 1.4 and update change log. Signed-off-by: Allen Martin Acked-by: Stephen Warren --- README | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1