From 7dc88bed3031ab01d3227d065123740e4d938093 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Mon, 28 Sep 2020 17:09:53 -0400 Subject: [PATCH] Change version to 6.0.0 The major version number has been incremented only because there's a chance that a sketch that sets text wrap on will behave differently, due to the changes in the way wrapping is now handled. --- extras/Doxyfile | 2 +- library.json | 2 +- library.properties | 2 +- src/Arduboy2.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/Doxyfile b/extras/Doxyfile index 195b247..708a6e0 100644 --- a/extras/Doxyfile +++ b/extras/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Arduboy2 Library" -PROJECT_NUMBER = 5.3.0 +PROJECT_NUMBER = 6.0.0 PROJECT_BRIEF = PROJECT_LOGO = OUTPUT_DIRECTORY = doxygen diff --git a/library.json b/library.json index e7ed819..e8e02a3 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/MLXXXp/Arduboy2.git" }, - "version": "5.3.0", + "version": "6.0.0", "export": { "exclude": "extras" diff --git a/library.properties b/library.properties index 0213f2a..94e4e88 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Arduboy2 -version=5.3.0 +version=6.0.0 author=Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen, Ross O. Shoger maintainer=Scott Allen sentence=An alternative library for use with the Arduboy game system. diff --git a/src/Arduboy2.h b/src/Arduboy2.h index 47aca8d..3b1cd44 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -34,7 +34,7 @@ * #endif * \endcode */ -#define ARDUBOY_LIB_VER 50300 +#define ARDUBOY_LIB_VER 60000 // EEPROM settings /** \brief