parent
d66977868f
commit
7158af4b73
|
|
@ -57,8 +57,8 @@
|
|||
|
||||
#define KO_DESC "Netdevice driver for Intrepid CAN/Ethernet devices"
|
||||
#define KO_MAJOR 3
|
||||
#define KO_MINOR 0
|
||||
#define KO_PATCH 4
|
||||
#define KO_MINOR 1
|
||||
#define KO_PATCH 0
|
||||
#define KO_VERSION str(KO_MAJOR) "." str(KO_MINOR) "." str(KO_PATCH)
|
||||
#define KO_VERSION_INT (KO_MAJOR << 16) | (KO_MINOR << 8) | KO_PATCH
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue