aboutsummaryrefslogtreecommitdiff
path: root/include/version.h
blob: fcf7ba02edae4a3ea136de11741b5602410d74f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _VERSION_H
#define _VERSION_H

#define VERSION(a, b) (((a) << 8) + (b))

#ifdef BUILDGUI
#include "ks_version.h"
#else
#include "tc_version.h"
#endif

#endif /* _VERSION_H */