From ac0d18a18ccd0873b62b332c14cd8547e72b1a5b Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Mon, 31 Aug 2015 12:54:08 -0700 Subject: Generate version macros from configure This adds EOS_SDK_MAJOR_VERSION, EOS_SDK_MINOR_VERSION and EOS_SDK_MICRO_VERSION as macros in eosversion.h whose values are generated from configure with AC_SUBST, rather than in config.h using AC_DEFINE. They are also public API, so they get documenation and Since: annotations. [endlessm/eos-sdk#3071] --- endless/eosenums.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'endless/eosenums.h') diff --git a/endless/eosenums.h b/endless/eosenums.h index 257f435..788b258 100644 --- a/endless/eosenums.h +++ b/endless/eosenums.h @@ -9,6 +9,8 @@ #include +#include "eosapiversion-private.h" + G_BEGIN_DECLS /* Shared typedefs for enumerations */ -- cgit v1.2.3