From 232e003fd929c19e757f0aee8b4c8edc8791ad35 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 17 May 2014 09:56:46 +0200 Subject: [PATCH] v3.9.0 changes nothing but version info --- include/superfemto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/superfemto.h b/include/superfemto.h index 0c08156..2177cd8 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,8,1) +#define SUPERFEMTO_API_VERSION SUPERFEMTO_API(3,9,0) /**************************************************************************** * Const *