13 lines
152 B
C
13 lines
152 B
C
/*
|
|
* Version numbers for the kernel
|
|
*/
|
|
|
|
#ifndef __VERSION_H
|
|
#define __VERSION_H
|
|
|
|
#define VER_MAJOR 1
|
|
#define VER_MINOR 0
|
|
#define VER_BUILD 17
|
|
|
|
#endif
|