From 8fc6eee1947f02ca59951b3ce5bd133c8e3130d3 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Fri, 24 Jul 2020 15:49:43 -0400 Subject: [PATCH] Add file extras/docs/VERSIONING.txt Lists the files containing the library version number that must be updated for a new release. --- extras/docs/VERSIONING.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extras/docs/VERSIONING.txt 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 = +