uhub/version.h

20 lines
339 B
C

#ifndef PRODUCT
#define PRODUCT "uHub"
#endif
#ifndef PRODUCT_TITLE
#define PRODUCT_TITLE "(micro-Hub)"
#endif
#ifndef GIT_REVISION
#define GIT_REVISION ""
#endif
#ifndef VERSION
#define VERSION "0.3.0-rc0" GIT_REVISION
#endif
#ifndef COPYRIGHT
#define COPYRIGHT "Copyright (c) 2007-2009, Jan Vidar Krey <janvidar@extatic.org>"
#endif