public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bump version to 1.1
@ 2013-06-11 18:11 Allen Martin
       [not found] ` <1370974299-12770-1-git-send-email-amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Allen Martin @ 2013-06-11 18:11 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q, pchiu-DDmLM1+adcrQT0dZR+AlfA
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Allen Martin

Signed-off-by: Allen Martin <amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 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-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org])
+AC_INIT([cbootimage], [1.1], [pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/cbootimage.c])
 AC_CONFIG_HEADERS([config.h])
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Bump version to 1.1
       [not found] ` <1370974299-12770-1-git-send-email-amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2013-06-11 18:23   ` Stephen Warren
       [not found]     ` <51B76B07.40705-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Warren @ 2013-06-11 18:23 UTC (permalink / raw)
  To: Allen Martin
  Cc: pchiu-DDmLM1+adcrQT0dZR+AlfA, linux-tegra-u79uwXL29TY76Z2rM5mHXA

On 06/11/2013 12:11 PM, Allen Martin wrote:
> Signed-off-by: Allen Martin <amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

(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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Bump version to 1.1
       [not found]     ` <51B76B07.40705-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2013-06-12 21:17       ` Allen Martin
  2013-06-12 21:44       ` Allen Martin
  1 sibling, 0 replies; 4+ messages in thread
From: Allen Martin @ 2013-06-12 21:17 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Penny Chiu, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

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-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> (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
-- 
nvpublic

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Bump version to 1.1
       [not found]     ` <51B76B07.40705-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  2013-06-12 21:17       ` Allen Martin
@ 2013-06-12 21:44       ` Allen Martin
  1 sibling, 0 replies; 4+ messages in thread
From: Allen Martin @ 2013-06-12 21:44 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Penny Chiu, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

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-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> (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
-- 
nvpublic

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-12 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-11 18:11 [PATCH] Bump version to 1.1 Allen Martin
     [not found] ` <1370974299-12770-1-git-send-email-amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-06-11 18:23   ` Stephen Warren
     [not found]     ` <51B76B07.40705-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-12 21:17       ` Allen Martin
2013-06-12 21:44       ` Allen Martin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox