From: mbellomi Date: Tue, 21 May 2019 15:15:59 +0000 (+0200) Subject: MINOR: WURFL: module version bump to 2.0 X-Git-Tag: v2.0-dev4~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae4fcf1e67fcfacc3fa0fc007ed397a1e52f7fdf;p=thirdparty%2Fhaproxy.git MINOR: WURFL: module version bump to 2.0 Make it version 2.0. --- diff --git a/src/wurfl.c b/src/wurfl.c index d1876014d5..5d720af695 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";