summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-13 01:22:50 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-13 01:22:50 +0000
commit68c4e687bc1c330f12f612a3d89f1becaf761c5b (patch)
treef7279e372c6db0becb4fc6335c43b1899c20229c /Makefile
parentd987417d387e3cb7ac512a1464801c51187a6224 (diff)
Set EXTRAVERSION to the right value.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eda5ba490..c0c545267 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 0
-EXTRAVERSION = -test4
+#EXTRAVERSION = -test4
+EXTRAVERSION = -test4-pre3
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)