add -mmN to EXTRAVERSION --- Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN Makefile~mm Makefile --- 25/Makefile~mm 2004-01-15 20:49:34.000000000 -0800 +++ 25-akpm/Makefile 2004-01-15 20:49:57.000000000 -0800 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 1 -EXTRAVERSION = +EXTRAVERSION = -mm4 # *DOCUMENTATION* # To see a list of typical targets execute "make help" _