From 73a3a2f9cfbf597d8c6ed92c5fc2eb6f142e30d8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 12 Jun 2014 21:46:57 +0200 Subject: [PATCH] update to release v3.10 --- include/superfemto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/superfemto.h b/include/superfemto.h index 2177cd8..59d5443 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,9,0) +#define SUPERFEMTO_API_VERSION SUPERFEMTO_API(3,10,0) /**************************************************************************** * Const *