diff --git a/Sources/PeakCAN.cpp b/Sources/PeakCAN.cpp index 522c377..2e651bb 100644 --- a/Sources/PeakCAN.cpp +++ b/Sources/PeakCAN.cpp @@ -53,7 +53,7 @@ #else #define VERSION_MAJOR 0 #define VERSION_MINOR 2 -#define VERSION_PATCH 99 +#define VERSION_PATCH 6 #endif #define VERSION_BUILD BUILD_NO #define VERSION_STRING TOSTRING(VERSION_MAJOR) "." TOSTRING(VERSION_MINOR) "." TOSTRING(VERSION_PATCH) " (" TOSTRING(BUILD_NO) ")" diff --git a/Sources/Wrapper/can_api.c b/Sources/Wrapper/can_api.c index 015fd4c..3821788 100755 --- a/Sources/Wrapper/can_api.c +++ b/Sources/Wrapper/can_api.c @@ -56,7 +56,7 @@ #else #define VERSION_MAJOR 0 #define VERSION_MINOR 2 -#define VERSION_PATCH 99 +#define VERSION_PATCH 6 #endif #define VERSION_BUILD BUILD_NO #define VERSION_STRING TOSTRING(VERSION_MAJOR) "." TOSTRING(VERSION_MINOR) "." TOSTRING(VERSION_PATCH) " (" TOSTRING(BUILD_NO) ")"