Skip to content

Commit

Permalink
Bump next version to 40.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LIV2 committed Dec 20, 2023
1 parent 0f4fe92 commit 791f4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct IDETask {
#define DEVICE_DATE "(" __DATE__ ")"
#define DEVICE_ID_STRING "lide " XSTR(DEVICE_VERSION) "." XSTR(DEVICE_REVISION) " " DEVICE_DATE /* format is: 'name version.revision (d.m.yy)' */
#define DEVICE_VERSION 40
#define DEVICE_REVISION 5
#define DEVICE_REVISION 6
#define DEVICE_PRIORITY 0 /* Most people will not need a priority and should leave it at zero. */

#endif

0 comments on commit 791f4dc

Please sign in to comment.