From 7fb9e89144a86f96b417a6fbfa727e1290c542d6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 8 Dec 2012 15:15:55 +0100 Subject: [PATCH] bump API version number to 3.1.0 --- include/superfemto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/superfemto.h b/include/superfemto.h index c14fe6c..45b06d9 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,0,1) +#define SUPERFEMTO_API_VERSION SUPERFEMTO_API(3,1,0) /**************************************************************************** * Const *