From 7c9db585d06cce9efffa2a82245f233233680060 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Mon, 18 Jun 2018 10:53:25 -0600 Subject: [PATCH] Bump to version 1.8 This release: - Allows paths that contain the '@' character. - Fixes a crash in bct_dump on devices without RSA support. - Enhances sign.sh to support T124 and to sign the BCT. - Includes some internal code cleanup. Signed-off-by: Stephen Warren --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c8218ba..cc6e6ee 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([cbootimage], [1.7], [jimmzhang@nvidia.com]) +AC_INIT([cbootimage], [1.8], [jimmzhang@nvidia.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/cbootimage.c]) AC_CONFIG_HEADERS([config.h])