libXshmfence:update and moved to /usr/lib
[nyanlinux.git] / builders / xserver-sh-934b771f7a8285a59491190620e6118aedfd511c / 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 */