Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit c9bca44

Browse files
committed
Prepare for 1.6.2
1 parent b353b20 commit c9bca44

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.6.2
2+
* Two files required for building on Win32 were missing from the 1.6.1
3+
release. These files were added. There are no changes affecting other
4+
platforms. ( Boris Zentner )
15
1.6.1
26
* Improve Win32 support ( Evan Hunt )
37
* Update FIPS codes ( Boris Zentner )

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl AM_CONFIG_HEADER(config.h)
22

33
AC_PREREQ([2.65])
4-
AC_INIT([GeoIP], [1.6.1],[[email protected]],[GeoIP])
4+
AC_INIT([GeoIP], [1.6.2],[[email protected]],[GeoIP])
55
AC_GNU_SOURCE
66
AM_INIT_AUTOMAKE(1.11.0)
77
AC_CONFIG_SRCDIR([libGeoIP/GeoIP.c])

0 commit comments

Comments
 (0)