1# Version number macros for inclusion from makefiles
2
3VER = 40
4VERDOT = 4.0
5ABI_MAJOR = 4
6ABI_MINOR = 0
7ABI = $(ABI_MAJOR).$(ABI_MINOR)
8