aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:57:59 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 23:57:59 -0800
commit381ab1f538162eb985c9244aa7d56e54315881ab (patch)
tree421ea4425bfbdc17d9d314a14ab80706f869eae1
parent0c20a351a4f8508ba80e8f5b674034791e13d8e8 (diff)
downloadhistory-381ab1f538162eb985c9244aa7d56e54315881ab.tar.gz
v2.4.15 -> v2.5.0v2.5.0
- fork off 2.5.0, change version numbers
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f1cd6489304cf..1e5d1cbe6b95f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
-PATCHLEVEL = 4
-SUBLEVEL = 15
-EXTRAVERSION =-greased-turkey
+PATCHLEVEL = 5
+SUBLEVEL = 0
+EXTRAVERSION =
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)