From e77ee78b4d51ce2c85180a70c84c58c74b687600 Mon Sep 17 00:00:00 2001 From: Gordon Henderson Date: Sat, 21 Jan 2017 17:35:10 +0000 Subject: [PATCH] Minor changes for the CM3. Fixed some compiler warnings. New wiringPi version mechanism. Put 4800 baud (back) into the system. Re-added piBoardRev (really an alias of piGpioLayout()) --- version.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 version.h diff --git a/version.h b/version.h new file mode 100644 index 0000000..4503af6 --- /dev/null +++ b/version.h @@ -0,0 +1,3 @@ +#define VERSION "2.36" +#define VERSION_MAJOR 2 +#define VERSION_MINOR 36