version.in 248 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #ifndef LIBMACA_CONFIG_D_H #define LIBMACA_CONFIG_D_H #define LIBMACA_VERSION_MAJOR @maca_ver_major@ #define LIBMACA_VERSION_MINOR @maca_ver_minor@ #define LIBMACA_VERSION_PATCH @maca_ver_patch@ #define LIBMACA_VERSION "@LIBMACA_VERSION@" #endif