Change VERSION to 2.4.33
Linux Kernel Mailing List <[email protected]> Sun, 13 Aug 2006 01:59:05 GMT
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
commit bac88254ee51cb555a0fc991e284ff0617bf098c tree 6aa2d06e49206051d4a4aefe3c24fba65ce54681 parent 4c7cd7cd7a2f13fbcd8ce5ff900af029bd7172a2 author Marcelo Tosatti <[email protected]> Sun, 13 Aug 2006 04:59:54 -0300 committer Marcelo Tosatti <[email protected]> Sun, 13 Aug 2006 04:59:54 -0300 Change VERSION to 2.4.33 Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f9fdc8..fd6884d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 33 -EXTRAVERSION = -rc3 +EXTRAVERSION = KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)