You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
183 B

#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 */