diff mbox

Bump version to 1.1

Message ID 1370974299-12770-1-git-send-email-amartin@nvidia.com
State Not Applicable, archived
Headers show

Commit Message

Allen Martin June 11, 2013, 6:11 p.m. UTC
Signed-off-by: Allen Martin <amartin@nvidia.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Warren June 11, 2013, 6:23 p.m. UTC | #1
On 06/11/2013 12:11 PM, Allen Martin wrote:
> Signed-off-by: Allen Martin <amartin@nvidia.com>

Acked-by: Stephen Warren <swarren@nvidia.com>

(although I wonder if we shouldn't just version these things 1, 2, 3...
but I'm fine with this)

I assume you'll apply this and push out the tag since you already have
the patch in your tree.
--
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
Allen Martin June 12, 2013, 9:17 p.m. UTC | #2
On Tue, Jun 11, 2013 at 11:23:03AM -0700, Stephen Warren wrote:
> On 06/11/2013 12:11 PM, Allen Martin wrote:
> > Signed-off-by: Allen Martin <amartin@nvidia.com>
> 
> Acked-by: Stephen Warren <swarren@nvidia.com>
> 
> (although I wonder if we shouldn't just version these things 1, 2, 3...
> but I'm fine with this)

Yeah, I haven't given a lot of though to the versioning.  It doesn't
really matter much, but maybe new chip support can be a major version
bump, otherwise a minor?

> I assume you'll apply this and push out the tag since you already have
> the patch in your tree.

yep, will do, thanks.

-Allen
Allen Martin June 12, 2013, 9:44 p.m. UTC | #3
On Tue, Jun 11, 2013 at 11:23:03AM -0700, Stephen Warren wrote:
> On 06/11/2013 12:11 PM, Allen Martin wrote:
> > Signed-off-by: Allen Martin <amartin@nvidia.com>
> 
> Acked-by: Stephen Warren <swarren@nvidia.com>
> 
> (although I wonder if we shouldn't just version these things 1, 2, 3...
> but I'm fine with this)
> 
> I assume you'll apply this and push out the tag since you already have
> the patch in your tree.

Tagged and pushed to:

http://nv-tegra.nvidia.com/gitweb/?p=tools/cbootimage.git;a=summary

-Allen
diff mbox

Patch

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