aboutsummaryrefslogtreecommitdiff
path: root/include/version.h
blob: bd4b798e33da9c08c8c7d1e441d2fdc456510b4e (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef VERSION_H
#define VERSION_H

#define VER_MAJOR "1"
#define VER_MINOR "2"
#define VER_OTH " "

void version(void);
#endif