/* * Version.h * * Created on: 25 Dec 2016 * Author: David */ #ifndef SRC_VERSION_H_ #define SRC_VERSION_H_ #ifndef VERSION # define VERSION "1.19beta7" #endif #ifndef DATE # define DATE "2017-06-22" #endif #define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman" #endif /* SRC_VERSION_H_ */