18 lines
446 B
C
18 lines
446 B
C
/* include/version-config.h. Generated from version-config.h.in by configure. */
|
|
/* version-config.h.in: not generated */
|
|
|
|
#ifndef VERSION_CONFIG_H
|
|
#define VERSION_CONFIG_H
|
|
|
|
/* Vendor man version */
|
|
#define VENDOR_MAN_VERSION "Version 1.10.6"
|
|
|
|
/* Vendor name */
|
|
/* #define VENDOR_NAME "The X.Org Foundation" */
|
|
|
|
/* Vendor release */
|
|
#define VENDOR_RELEASE (((1) * 10000000) + ((10) * 100000) + ((6) * 1000) + 0)
|
|
|
|
#endif /* VERSION_CONFIG_H */
|
|
|