diff --git a/[refs] b/[refs] index ed2259c3e161..7108af2fa636 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cacd54ef49b75cb31d78bb7b8dd900690aac7bdf +refs/heads/master: 78d3bb4483ba1b206dbaaf209219ed517b01f7da diff --git a/trunk/Makefile b/trunk/Makefile index 4fe907510d79..60d4a6762689 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1005,7 +1005,7 @@ endef define filechk_version.h (echo \#define LINUX_VERSION_CODE $(shell \ - expr $(VERSION) \* 65536 + $(PATCHLEVEL) \* 256 + $(SUBLEVEL)); \ + expr $(VERSION) \* 65536 + 0$(PATCHLEVEL) \* 256 + 0$(SUBLEVEL)); \ echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) endef