Skip to content

Commit 90aa232

Browse files
committed
Updated versioning
1 parent f0a1872 commit 90aa232

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Developers_Guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ When IP2Location_clear_memory() function is called, and if any other process(es)
7272
After calling IP2Location_clear_memory(), the next call to IP2Location_set_lookup_mode() with IP2LOCATION_SHARED_MEMORY option will result in a new shared memory and will not reuse the old one if one exists and used by any other process. Please refer shm_open and shm_unlink man pages for more info.
7373

7474

75-
Version 8.4.1 12/11/2021
75+
Version 8.5.0 07/08/2022

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.59)
2-
AC_INIT([IP2Loc], [8.4.1], [[email protected]])
2+
AC_INIT([IP2Loc], [8.5.0], [[email protected]])
33
AM_INIT_AUTOMAKE([ subdir-objects ])
44

55
AM_CONFIG_HEADER([config.h])

contrib/IP2Location.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define version 8.4.0
1+
%define version 8.5.0
22

33
Name: IP2Location
44
Summary: C library for mapping IP address to geolocation information
@@ -122,6 +122,9 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA
122122

123123

124124
%changelog
125+
* Fri Jul 08 2022 IP2Location <[email protected]> - 8.5.0
126+
- reduced file I/O
127+
125128
* Fri Nov 12 2021 IP2Location <[email protected]> - 8.4.1
126129
- fixed test case, typo and portability of fseek()
127130

contrib/IP2Location.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA
122122

123123

124124
%changelog
125+
* Fri Jul 08 2022 IP2Location <[email protected]> - 8.5.0
126+
- reduced file I/O
127+
125128
* Fri Nov 12 2021 IP2Location <[email protected]> - 8.4.1
126129
- fixed test case, typo and portability of fseek()
127130

0 commit comments

Comments
 (0)