FIX: 2.4.23-pre3 missing Makefile change

From: Marcelo Tosatti
Date: Wed Sep 03 2003 - 19:10:01 EST





On Wed, 3 Sep 2003, Chris Wright wrote:

> * Marcelo Tosatti (marcelo.tosatti@xxxxxxxxxxxxxxx) wrote:
> >
> > o Changed EXTRAVERSION to -pre3
>
> I see it in bk, but it didn't seem to make it in the patch on
> kernel.org?

Damn right. Sorry for the silly mistake.

Thanks Chris

-pre3 users, please apply:

diff -Nru a/Makefile b/Makefile
--- a/Makefile Wed Sep 3 21:09:07 2003
+++ b/Makefile Wed Sep 3 21:09:07 2003
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 23
-EXTRAVERSION = -pre2
+EXTRAVERSION = -pre3

KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/