Change version to 4.0.2

This commit is contained in:
Scott Allen 2017-07-07 11:38:02 -04:00
parent e6e82bf336
commit fd614ab586
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/MLXXXp/Arduboy2.git" "url": "https://github.com/MLXXXp/Arduboy2.git"
}, },
"version": "4.0.1", "version": "4.0.2",
"exclude": "extras", "exclude": "extras",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "atmelavr" "platforms": "atmelavr"

View File

@ -1,5 +1,5 @@
name=Arduboy2 name=Arduboy2
version=4.0.1 version=4.0.2
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.

View File

@ -32,7 +32,7 @@
* #endif * #endif
* \endcode * \endcode
*/ */
#define ARDUBOY_LIB_VER 40001 #define ARDUBOY_LIB_VER 40002
// 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. */