diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 0 -#EXTRAVERSION = -test3 -EXTRAVERSION = -test3-pre8 +EXTRAVERSION = -test3 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) |