summaryrefslogtreecommitdiff
path: root/trunk/darwin/firmware/Arduino/library/version.h
blob: 0bf362c8fe53f4fdf3625b4f724f26cbb6ed42be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
	version.h - This sets the version number of the firmware

	History:
	* (0.1) Created intial library by Adrian Bowyer.

	License: GPL v2.0
*/

#ifndef VERSION_H
#define VERSION_H

#define VERSION_MAJOR 1
#define VERSION_MINOR 4

#endif