2009-02-19 16:14:09 +00:00
|
|
|
#ifndef PRODUCT
|
|
|
|
#define PRODUCT "uHub"
|
|
|
|
#endif
|
|
|
|
|
2009-06-23 14:11:30 +00:00
|
|
|
#ifndef GIT_REVISION
|
2009-06-25 20:04:48 +00:00
|
|
|
#define REVISION ""
|
|
|
|
#else
|
|
|
|
#define REVISION " (git: " GIT_REVISION ")"
|
2009-06-23 14:11:30 +00:00
|
|
|
#endif
|
|
|
|
|
2009-02-19 16:14:09 +00:00
|
|
|
#ifndef VERSION
|
2010-01-22 15:01:54 +00:00
|
|
|
#define VERSION "0.3.0" REVISION
|
2009-02-19 16:14:09 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef COPYRIGHT
|
|
|
|
#define COPYRIGHT "Copyright (c) 2007-2009, Jan Vidar Krey <janvidar@extatic.org>"
|
|
|
|
#endif
|