]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/constants.h
Documentation update to prepare for LinCAN-0.3.2 release.
[lincan.git] / lincan / include / constants.h
index b777cade5b5659b217b0dbe42313e65673948812..80c280b5f017d1fe9c954839726c928dd7219c5f 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 1
+#define CAN_DRV_VER_PATCH 2
 #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 */