1 #ifndef VERSION_CONFIG_H
2 #define VERSION_CONFIG_H
4 /* Vendor man version */
5 #define VENDOR_MAN_VERSION "Version @version_0@.@version_1@.@version_2@.@version_3@"
8 #define VENDOR_NAME "The X.Org Foundation"
11 #define VENDOR_RELEASE ((10000000) + ((@version_0@) * 100000) + ((@version_1@) * 1000) + @version_2@)
13 #endif /* VERSION_CONFIG_H */