Change VERSION to 2.4.33-rc3
Linux Kernel Mailing List <[email protected]> Fri, 28 Jul 2006 23:59:03 GMT
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
commit 4c7cd7cd7a2f13fbcd8ce5ff900af029bd7172a2 tree 5655aa027389c5b6712897cfdffce8371f49c9f4 parent cb0823b5f75a46af42633a974ba9c432800dcf64 author Marcelo Tosatti <[email protected]> Thu, 27 Jul 2006 23:27:22 -0300 committer Marcelo Tosatti <[email protected]> Thu, 27 Jul 2006 23:27:22 -0300 Change VERSION to 2.4.33-rc3 Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index faf4b4b..0f9fdc8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 33 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)