Skip to content

Commit f4fd29c

Browse files
committed
update version & changelog
1 parent 07642c5 commit f4fd29c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
From 8.0.6 onwards, please visit the comment on the github releases for the changes made.
2+
13
8.0.5 2017-04-28
24
* Fix the munmap not calling issue by relocated the fclose file handler to the bottom of function
35

libIP2Location/IP2Location.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)