diff --git a/extras/docs/VERSIONING.txt b/extras/docs/VERSIONING.txt new file mode 100644 index 0000000..a711e7d --- /dev/null +++ b/extras/docs/VERSIONING.txt @@ -0,0 +1,15 @@ +The following files contain the Arduboy2 library version number. +They must be updated to match the release tag before a new version is released. + +library.properties + version= + +library.json + "version": + +src/Arduboy2.h + #define ARDUBOY_LIB_VER + +extras/Doxyfile + PROJECT_NUMBER = +