Skip to content

Commit 92a41bf

Browse files
bumping minor version
1 parent 02ebba0 commit 92a41bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Firmata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Firmata.cpp - Firmata library v2.3.7 - 2013-08-09
2+
Firmata.cpp - Firmata library v2.4.0 - 2013-08-09
33
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

Firmata.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Firmata.h - Firmata library v2.3.7 - 2013-08-09
2+
Firmata.h - Firmata library v2.4.0 - 2013-08-09
33
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
@@ -20,8 +20,8 @@
2020
* software can test whether it will be compatible with the currently
2121
* installed firmware. */
2222
#define FIRMATA_MAJOR_VERSION 2 // for non-compatible changes
23-
#define FIRMATA_MINOR_VERSION 3 // for backwards compatible changes
24-
#define FIRMATA_BUGFIX_VERSION 7 // for bugfix releases
23+
#define FIRMATA_MINOR_VERSION 4 // for backwards compatible changes
24+
#define FIRMATA_BUGFIX_VERSION 0 // for bugfix releases
2525

2626
#define MAX_DATA_BYTES 64 // max number of data bytes in incoming messages
2727

0 commit comments

Comments
 (0)