Bump the version number to 1.4 and update change log. Signed-off-by: Allen Martin <amartin@xxxxxxxxxx> --- README | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index e61938f..516f839 100644 --- a/README +++ b/README @@ -56,6 +56,10 @@ u-boot.bin sent successfully Changes (see git logs for complete list): +V1.4 - Changed licnese for minloader files + - 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@xxxxxxxxxx]) +AC_INIT([tegrarcm], [1.4], [amartin@xxxxxxxxxx]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html