Skip to content

Commit

Permalink
Set version numbers for release
Browse files Browse the repository at this point in the history
Relates to [MACCAN-160]
  • Loading branch information
mac-can committed Sep 13, 2023
1 parent 59cb57c commit 7a59a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/PeakCAN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) ")"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Wrapper/can_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) ")"
Expand Down

0 comments on commit 7a59a51

Please sign in to comment.