Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253357
b: refs/heads/master
c: 78d3bb4
h: refs/heads/master
i:
  253355: 904d905
v: v3
  • Loading branch information
Michal Marek committed Jun 9, 2011
1 parent a114aec commit 4c281e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cacd54ef49b75cb31d78bb7b8dd900690aac7bdf
refs/heads/master: 78d3bb4483ba1b206dbaaf209219ed517b01f7da
2 changes: 1 addition & 1 deletion trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c281e7

Please sign in to comment.