From 502b18022673329ae98223555466158fee88eb53 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Wed, 16 Apr 2014 10:57:24 -0600 Subject: Bump to version 1.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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.1