summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2018-06-18 10:53:25 -0600
committerStephen Warren <swarren@nvidia.com>2018-06-18 10:55:49 -0600
commit7c9db585d06cce9efffa2a82245f233233680060 (patch)
treef5e3b704a1203f098803410c0612bd2ed9db4df8
parent3b3c3cccf0640326229935be5ff702ac948fd51b (diff)
downloadcbootimage-7c9db585d06cce9efffa2a82245f233233680060.tar.gz
Bump to version 1.8v1.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 <swarren@nvidia.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])