linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Linux 3.8-merge version information
@ 2012-12-11 13:06 Oliver Hartkopp
  2012-12-11 18:57 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Oliver Hartkopp @ 2012-12-11 13:06 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel

As the automatically generated git version information is misleading in the
merge window, name the kernel in the merge window as 3.8-merge .

This 'merge' version information helps to not interfere with 3.7-stable git
versions in the bootloader (grub) selection until 3.8-rc1 is tagged.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>

---

diff --git a/Makefile b/Makefile
index 540f7b2..1fd4bf4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 3
-PATCHLEVEL = 7
+PATCHLEVEL = 8
 SUBLEVEL = 0
-EXTRAVERSION =
+EXTRAVERSION = -merge
 NAME = Terrified Chipmunk

 # *DOCUMENTATION*





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

end of thread, other threads:[~2012-12-15 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 13:06 [PATCH] Linux 3.8-merge version information Oliver Hartkopp
2012-12-11 18:57 ` Linus Torvalds
2012-12-11 19:33   ` Oliver Hartkopp
2012-12-15 11:33   ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).