mirror of https://github.com/MLXXXp/Arduboy2.git
Change version to 5.3.0
This commit is contained in:
parent
8fc6eee194
commit
f1009abd7b
|
@ -5,7 +5,7 @@
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = "Arduboy2 Library"
|
PROJECT_NAME = "Arduboy2 Library"
|
||||||
PROJECT_NUMBER =
|
PROJECT_NUMBER = 5.3.0
|
||||||
PROJECT_BRIEF =
|
PROJECT_BRIEF =
|
||||||
PROJECT_LOGO =
|
PROJECT_LOGO =
|
||||||
OUTPUT_DIRECTORY = doxygen
|
OUTPUT_DIRECTORY = doxygen
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/MLXXXp/Arduboy2.git"
|
"url": "https://github.com/MLXXXp/Arduboy2.git"
|
||||||
},
|
},
|
||||||
"version": "5.2.1",
|
"version": "5.3.0",
|
||||||
"export":
|
"export":
|
||||||
{
|
{
|
||||||
"exclude": "extras"
|
"exclude": "extras"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name=Arduboy2
|
name=Arduboy2
|
||||||
version=5.2.1
|
version=5.3.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 50201
|
#define ARDUBOY_LIB_VER 50300
|
||||||
|
|
||||||
// EEPROM settings
|
// EEPROM settings
|
||||||
/** \brief
|
/** \brief
|
||||||
|
|
Loading…
Reference in New Issue