From 501f464a6a90b3f26cbfc8267af0cf2c8072f827 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 12 Mar 2013 14:32:31 +0100 Subject: [PATCH] v3.2 changes only the version, no actual headers --- include/superfemto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/superfemto.h b/include/superfemto.h index 45b06d9..0fae9d6 100644 --- a/include/superfemto.h +++ b/include/superfemto.h @@ -13,7 +13,7 @@ #include "gsml1const.h" #define SUPERFEMTO_API(x,y,z) ((x << 16) | (y << 8) | z) -#define SUPERFEMTO_API_VERSION SUPERFEMTO_API(3,1,0) +#define SUPERFEMTO_API_VERSION SUPERFEMTO_API(3,2,0) /**************************************************************************** * Const *