v3.9.0 changes nothing but version info

This commit is contained in:
Harald Welte 2014-05-17 09:56:46 +02:00
parent e870e73907
commit 232e003fd9
1 changed files with 1 additions and 1 deletions

View File

@ -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 *