pub/scm/linux/kernel/git/olof/chrome-platform.git  about / heads / tags
Chromebook/box platform drivers
   commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc (patch)
   parent 02b7d83436ae4b Fix typo in printed messages
     tree 5fa64d47f28cde6b8151b75c7047a98292d084ca
   author Linus Torvalds <torvalds@linux-foundation.org>  2012-06-24 12:53:04 -0700
committer Linus Torvalds <torvalds@linux-foundation.org>  2012-06-24 12:53:04 -0700

Linux 3.5-rc4

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 462a0b4794b6ed..3fdfde2c1b7d95 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 3
 PATCHLEVEL = 5
 SUBLEVEL = 0
-EXTRAVERSION = -rc3
+EXTRAVERSION = -rc4
 NAME = Saber-toothed Squirrel
 
 # *DOCUMENTATION*


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/olof/chrome-platform.git