]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/constants.h
LinCAN version and documentation updated to 0.3.5 and build portability fixes.
[lincan.git] / lincan / include / constants.h
index 6c9b80a7bc62abd1a76d6eeb87b363d847ba91ba..351b1030e2080da7af1581b783aec1293f961702 100644 (file)
@@ -44,7 +44,7 @@
 /* Version of the driver */
 #define CAN_DRV_VER_MAJOR 0
 #define CAN_DRV_VER_MINOR 3
-#define CAN_DRV_VER_PATCH 3
+#define CAN_DRV_VER_PATCH 5
 #define CAN_DRV_VER ((CAN_DRV_VER_MAJOR<<16) | (CAN_DRV_VER_MINOR<<8) | CAN_DRV_VER_PATCH)
 
 /* Default driver major number, see /usr/src/linux/Documentation/devices.txt */