uhub/version.h

20 lines
400 B
C
Raw Normal View History

2009-02-19 16:14:09 +00:00
#ifndef PRODUCT
#define PRODUCT "uHub"
#endif
#ifndef VERSION
#define VERSION "0.3.0"
#endif
#ifndef GIT_REVISION
#define REVISION ""
#define PRODUCT_STRING PRODUCT "/" VERSION
#else
#define REVISION "(git: " GIT_REVISION ")"
#define PRODUCT_STRING PRODUCT "/" VERSION " " REVISION
2009-02-19 16:14:09 +00:00
#endif
#ifndef COPYRIGHT
#define COPYRIGHT "Copyright (c) 2007-2010, Jan Vidar Krey <janvidar@extatic.org>"
2009-02-19 16:14:09 +00:00
#endif