diff --git a/src/wurfl.c b/src/wurfl.c index d1876014d..5d720af69 100644 --- a/src/wurfl.c +++ b/src/wurfl.c @@ -70,7 +70,7 @@ typedef struct { struct ebmb_node nd; } wurfl_data_t; -static const char HA_WURFL_MODULE_VERSION[] = "1.0"; +static const char HA_WURFL_MODULE_VERSION[] = "2.0"; static const char HA_WURFL_ISDEVROOT_FALSE[] = "FALSE"; static const char HA_WURFL_ISDEVROOT_TRUE[] = "TRUE";