File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 "authors" : " DaveTCC"
2323 }
2424 ],
25- "version" : " 2.4.1 " ,
25+ "version" : " 2.5.0 " ,
2626 "license" : " Apache-2.0" ,
2727 "frameworks" : " arduino, mbed" ,
2828 "platforms" : " *"
Original file line number Diff line number Diff line change 44#
55
66name =tcMenu
7- version =2.4.1
7+ version =2.5.0
88maintainer =www.thecoderscorner.com
99author =davetcc
1010category =Other
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ namespace tccore {
1616
1717// here we define the version as both a string and separate field
1818#define TCMENU_MAJOR 2
19- #define TCMENU_MINOR 4
20- #define TCMENU_PATCH 1
19+ #define TCMENU_MINOR 5
20+ #define TCMENU_PATCH 0
2121
2222/* *
2323 * A helper to generate the major minor version numbers used in the protocol
You can’t perform that action at this time.
0 commit comments