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 <swarren@nvidia.com>
This commit is contained in:
Stephen Warren 2018-06-18 10:53:25 -06:00
parent 3b3c3cccf0
commit 7c9db585d0
1 changed files with 1 additions and 1 deletions

View File

@ -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])