Signed-off-by: Christian Gabriel <ch_gabriel@web.de>
pull/22/head
Christian Gabriel 2024-03-09 11:34:42 +01:00 committed by Kyle Schwarz
parent d66977868f
commit 7158af4b73
1 changed files with 2 additions and 2 deletions

View File

@ -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