[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <50C72FCC.8010401@hartkopp.net>
Date: Tue, 11 Dec 2012 14:06:20 +0100
From: Oliver Hartkopp <socketcan@...tkopp.net>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] Linux 3.8-merge version information
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@...tkopp.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*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists