Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Version.h « src - github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f7a37061f01fd9fb36352da32efb9689a0654cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Version.h
 *
 *  Created on: 25 Dec 2016
 *      Author: David
 */

#ifndef SRC_VERSION_H_
#define SRC_VERSION_H_

#ifndef VERSION
# define VERSION "1.17+2"
#endif

#ifndef DATE
# define DATE "2016-12-25"
#endif

#define AUTHORS "reprappro, dc42, zpl, t3p3, dnewman"

#endif /* SRC_VERSION_H_ */