Skip to content

Commit 72e6d15

Browse files
bump version to 2.3.5
1 parent b1ace30 commit 72e6d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* installed firmware. */
2222
#define FIRMATA_MAJOR_VERSION 2 // for non-compatible changes
2323
#define FIRMATA_MINOR_VERSION 3 // for backwards compatible changes
24-
#define FIRMATA_BUGFIX_VERSION 4 // for bugfix releases
24+
#define FIRMATA_BUGFIX_VERSION 5 // for bugfix releases
2525

2626
#define MAX_DATA_BYTES 32 // max number of data bytes in non-Sysex messages
2727

0 commit comments

Comments
 (0)