Messages in this thread Patch in this message |  | | Date | Fri, 12 Jan 2001 18:10:42 +0800 (SGT) | From | Jeff Chua <> | Subject | 2.4.1-pre3 says 2.4.1-pre2 (fwd) |
| |
patch-2.4.1-pre3.bz2 didn't update Makefile correctly.
Should be +EXTRAVERSION =-pre3 instead of -pre2
diff -u --recursive --new-file v2.4.0/linux/Makefile linux/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 -SUBLEVEL = 0 -EXTRAVERSION = +SUBLEVEL = 1 +EXTRAVERSION =-pre2
Thanks, Jeff Chua [ jchua@fedex.com ]
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |