Signed-off-by: Christian Gabriel <ch_gabriel@web.de>
This commit is contained in:
Christian Gabriel
2024-07-23 15:22:00 -04:00
committed by Kyle Schwarz
parent d66977868f
commit 7158af4b73
+2 -2
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