From 6205cef7f1be5ffab7e9fb419051604358b10d87 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sat, 17 Feb 2024 14:00:10 +0000 Subject: [PATCH] Add version file and VERSION constant to project --- VERSION.txt | 1 + ino/contact_printer/contact_printer.ino | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 VERSION.txt diff --git a/VERSION.txt b/VERSION.txt new file mode 100644 index 0000000..341cf11 --- /dev/null +++ b/VERSION.txt @@ -0,0 +1 @@ +0.2.0 \ No newline at end of file diff --git a/ino/contact_printer/contact_printer.ino b/ino/contact_printer/contact_printer.ino index 4380d84..5fb6ee5 100644 --- a/ino/contact_printer/contact_printer.ino +++ b/ino/contact_printer/contact_printer.ino @@ -1,5 +1,7 @@ #include "ContactPrinter.h"; + #define VERSION "0.2.0" + /** * *