aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-10-20 02:23:05 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-10-20 02:23:05 -0400
commit93918e9afc76717176e9e114e79cdbb602a45ae8 (patch)
tree40caff0e77433c82ba301de670aa2c40d076731f
parent450da6ca97185830315d21c06e46e232618e0fa6 (diff)
Linux v2.6.14-rc5v2.6.14-rc5
The -rc4 release was supposed to be the last -rc, but here goes. The RCU fixes and the swiotlb changes need an -rc for final testing.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91de6be9c919..4a7000e353b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 2 1VERSION = 2
2PATCHLEVEL = 6 2PATCHLEVEL = 6
3SUBLEVEL = 14 3SUBLEVEL = 14
4EXTRAVERSION =-rc4 4EXTRAVERSION =-rc5
5NAME=Affluent Albatross 5NAME=Affluent Albatross
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*