]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/constants.h
Updated for 0.3.1 release
[lincan.git] / lincan / include / constants.h
index e838a9eee321e4f67b979cce718621dc3168f2e9..5559da00ab09ef29e69a3329861b2d3b2b9664f7 100644 (file)
@@ -19,7 +19,7 @@
 /* Version of the driver */
 #define CAN_DRV_VER_MAJOR 0
 #define CAN_DRV_VER_MINOR 3
-#define CAN_DRV_VER_PATCH 0
+#define CAN_DRV_VER_PATCH 1
 #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 */