-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version number for minor release.
- Loading branch information
1 parent
480c758
commit f58223f
Showing
6 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.59) | ||
AC_INIT([IP2Loc], [8.6.0], [[email protected]]) | ||
AC_INIT([IP2Loc], [8.6.1], [[email protected]]) | ||
AM_INIT_AUTOMAKE([ subdir-objects ]) | ||
|
||
AM_CONFIG_HEADER([config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%define version 8.6.0 | ||
%define version 8.6.1 | ||
|
||
Name: IP2Location | ||
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 | |
|
||
|
||
%changelog | ||
* Mon Jun 06 2023 IP2Location <[email protected]> - 8.6.1 | ||
- fix for bigendian (credit to Remi Collet) | ||
|
||
* Thu Jun 02 2023 IP2Location <[email protected]> - 8.6.0 | ||
- added district, asn, and as fields | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,9 @@ install -p data/IPV6-COUNTRY.BIN %{buildroot}%{_datadir}/%{name}/IPV6-COUNTRY.SA | |
|
||
|
||
%changelog | ||
* Mon Jun 06 2023 IP2Location <[email protected]> - 8.6.1 | ||
- fix for bigendian (credit to Remi Collet) | ||
|
||
* Thu Jun 02 2023 IP2Location <[email protected]> - 8.6.0 | ||
- added district, asn, and as fields | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f58223f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get it