From 30ffca17483933edb142ccc19d90c039fea2de47 Mon Sep 17 00:00:00 2001 From: Allen Martin Date: Tue, 11 Jun 2013 10:57:20 -0700 Subject: Bump version to 1.1 Signed-off-by: Allen Martin Acked-by: Stephen Warren --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d82c172..ccd0a55 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.0], [pchiu@nvidia.com]) +AC_INIT([cbootimage], [1.1], [pchiu@nvidia.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/cbootimage.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1