summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0f56ebe..acf54f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,9 +26,8 @@ AX_CXX_COMPILE_STDCXX_11([noext])
LT_PREREQ(2.2)
LT_INIT
-
-
-
+COMMONAPI_API_HEADER_VERSION="2.1"
+AC_SUBST(COMMONAPI_API_HEADER_VERSION)
GTEST_MIN_VERSION="1.6.0"
GTEST_URL="http://code.google.com/p/googletest"