summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-04-16 10:57:24 -0600
committerStephen Warren <swarren@nvidia.com>2014-04-16 10:57:24 -0600
commit502b18022673329ae98223555466158fee88eb53 (patch)
treeeb3c99725fae64d8eaacaad22495d6907b4dc9dd
parentef386340a60eb3d21f2215316e90dd4ba35fd27e (diff)
downloadnvidia-cbootimage-502b18022673329ae98223555466158fee88eb53.tar.gz
Bump to version 1.3v1.3
Create a release that includes support for JTAG control, chip UUID, and the ability to update an existing image. 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 2d166c5..a96c74b 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.2], [pchiu@nvidia.com])
+AC_INIT([cbootimage], [1.3], [pchiu@nvidia.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/cbootimage.c])
AC_CONFIG_HEADERS([config.h])