Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=c...
Commit: 29e8c3c304b62f31b799565c9ee85d42bd163f80
Parent: 9b37ccfc637be27d9a652fcedc35e6e782c3aa78
Author: Linus Torvalds <torvalds@woody.linux-foundation.org>
AuthorDate: Tue Mar 4 20:33:54 2008 -0800
Committer: Linus Torvalds <torvalds@woody.linux-foundation.org>
CommitDate: Tue Mar 4 20:33:54 2008 -0800
Linux 2.6.25-rc4
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index a229784..ae78a31 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 25
-EXTRAVERSION = -rc3
+EXTRAVERSION = -rc4
NAME = Funky Weasel is Jiggy wit it
# *DOCUMENTATION*
--