mirror of https://github.com/MLXXXp/Arduboy2.git
Change version to 5.1.0
This commit is contained in:
parent
928c40813d
commit
58ae256412
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/MLXXXp/Arduboy2.git"
|
"url": "https://github.com/MLXXXp/Arduboy2.git"
|
||||||
},
|
},
|
||||||
"version": "5.0.0",
|
"version": "5.1.0",
|
||||||
"export":
|
"export":
|
||||||
{
|
{
|
||||||
"exclude": "extras"
|
"exclude": "extras"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name=Arduboy2
|
name=Arduboy2
|
||||||
version=5.0.0
|
version=5.1.0
|
||||||
author=Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen, Ross O. Shoger
|
author=Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen, Ross O. Shoger
|
||||||
maintainer=Scott Allen <saydisp-git@yahoo.ca>
|
maintainer=Scott Allen <saydisp-git@yahoo.ca>
|
||||||
sentence=An alternative library for use with the Arduboy game system.
|
sentence=An alternative library for use with the Arduboy game system.
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
* #endif
|
* #endif
|
||||||
* \endcode
|
* \endcode
|
||||||
*/
|
*/
|
||||||
#define ARDUBOY_LIB_VER 50000
|
#define ARDUBOY_LIB_VER 50100
|
||||||
|
|
||||||
// EEPROM settings
|
// EEPROM settings
|
||||||
#define ARDUBOY_UNIT_NAME_LEN 6 /**< The maximum length of the unit name string. */
|
#define ARDUBOY_UNIT_NAME_LEN 6 /**< The maximum length of the unit name string. */
|
||||||
|
|
Loading…
Reference in New Issue