mirror of
https://github.com/mysensors/MySensors.git
synced 2026-03-13 03:27:00 +01:00
12 lines
259 B
C
12 lines
259 B
C
/***
|
|
* This file defines the Sensor library version number
|
|
* Normally, contributors should not modify this directly
|
|
* as it is managed by the MySensors Bot.
|
|
*/
|
|
#ifndef Version_h
|
|
#define Version_h
|
|
|
|
#define MYSENSORS_LIBRARY_VERSION "2.0.1-beta"
|
|
|
|
#endif
|