File: version.h

package info (click to toggle)
shaperd 0.2pre44-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 348 kB
  • ctags: 740
  • sloc: cpp: 3,482; ansic: 685; sh: 105; makefile: 84
file content (3 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
#define UTS_RELEASE "2.4.8"
#define LINUX_VERSION_CODE 132104
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))