File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ From 8.0.6 onwards, please visit the comment on the github releases for the changes made.
2+
138.0.5 2017-04-28
24 * Fix the munmap not calling issue by relocated the fclose file handler to the bottom of function
35
Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ extern "C" {
6666#include "IP2Loc_DBInterface.h"
6767
6868/* API version changes only if functions are added (release) or changed (minor/major) */
69- #define API_VERSION 8.0.4
69+ #define API_VERSION 8.0.6
7070
7171
7272#define API_VERSION_MAJOR 8
7373#define API_VERSION_MINOR 0
74- #define API_VERSION_RELEASE 4
74+ #define API_VERSION_RELEASE 6
7575#define API_VERSION_NUMERIC (((API_VERSION_MAJOR * 100) + API_VERSION_MINOR) * 100 + API_VERSION_RELEASE)
7676
7777#define MAX_IPV4_RANGE 4294967295U
You can’t perform that action at this time.
0 commit comments