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

#define VER_MAJOR "1"
#define VER_MINOR "0"
#define VER_OTH " "

void version();
#endif