gfx stack update
[nyanlinux.git] / builders / xserver-sh-d67383a695f40ca5470ae2392233e1f5fc012b0c / contrib / version-config.h.in
blob0befec4dbd0f3cb4871fc45c3828cff487ba9188
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@"
7 /* Vendor name */
8 #define VENDOR_NAME "The X.Org Foundation"
10 /* Vendor release */
11 #define VENDOR_RELEASE ((10000000) + ((@version_0@) * 100000) + ((@version_1@) * 1000) + @version_2@)
13 #endif /* VERSION_CONFIG_H */