diff mbox

[cbootimage,v1,2/2] Bump to version 1.5

Message ID 1426546275-6214-3-git-send-email-jimmzhang@nvidia.com
State Deferred
Headers show

Commit Message

jimmzhang March 16, 2015, 10:51 p.m. UTC
Create a release that includes Tegra210 support.

Signed-off-by: Jimmy Zhang <jimmzhang@nvidia.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Warren March 18, 2015, 6:03 p.m. UTC | #1
On 03/16/2015 04:51 PM, Jimmy Zhang wrote:
> Create a release that includes Tegra210 support.

This patch seems fine to me, assuming Allen isn't aware of anything else 
we'd want to throw into a release.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index cc3999eabead..17264ce8c2d7 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.4], [pchiu@nvidia.com])
+AC_INIT([cbootimage], [1.5], [pchiu@nvidia.com])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/cbootimage.c])
 AC_CONFIG_HEADERS([config.h])