diff --git a/intrepid.c b/intrepid.c index 5270e01..60b0cd8 100644 --- a/intrepid.c +++ b/intrepid.c @@ -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