Update VERSION to v2.4.33-rc1
Linux Kernel Mailing List <[email protected]> Fri, 16 Jun 2006 18:59:01 GMT
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
commit 773a34c6501234f0c9759a520f32f5e3b9bf24a3 tree f300560f0d4d2e930e6ba391e94275f53010dd67 parent 86d549dd2107ed008e508c4f92c6ee8882d4d178 author Marcelo Tosatti <[email protected]> Fri, 16 Jun 2006 20:39:40 -0300 committer Marcelo Tosatti <[email protected]> Fri, 16 Jun 2006 20:39:40 -0300 Update VERSION to v2.4.33-rc1 Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 217a532..88c2f94 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 33 -EXTRAVERSION = -pre3 +EXTRAVERSION = -rc1 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)