Skip to content

Commit

Permalink
alphanumerical
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 30, 2023
1 parent 9b88ea7 commit 705d560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/rtw_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)

// Generate the version string with the current date
// Generate the version string with the current date in the format v5.2.20.2_OHD_20122023
#define CURRENT_DATE __DATE__
#define DRIVERVERSION "v5.2.20.2_ohd_" STR(CURRENT_DATE)
#define DRIVERVERSION "v5.2.20.2_OHD_" STR(CURRENT_DATE[4]) STR(CURRENT_DATE[5]) STR(CURRENT_DATE[7]) STR(CURRENT_DATE[8]) STR(CURRENT_DATE[9]) STR(CURRENT_DATE[22]) STR(CURRENT_DATE[23])

#endif // RTW_VERSION_H
#endif // RTW_VERSION_H

0 comments on commit 705d560

Please sign in to comment.