diff --git a/src/drivers/rtmouse.c b/src/drivers/rtmouse.c index 660a5c2..464d74c 100644 --- a/src/drivers/rtmouse.c +++ b/src/drivers/rtmouse.c @@ -3,7 +3,7 @@ * rtmouse.c * Raspberry Pi Mouse device driver * - * Version: 3.2.0 + * Version: 3.3.0 * * Copyright (C) 2015-2021 RT Corporation * @@ -55,7 +55,7 @@ MODULE_AUTHOR("RT Corporation"); MODULE_LICENSE("GPL"); -MODULE_VERSION("3.2.0"); +MODULE_VERSION("3.3.0"); MODULE_DESCRIPTION("Raspberry Pi Mouse device driver"); /* --- Device Numbers --- */