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

Commit ed3f3e2

Browse files
committed
1.6.6
1 parent 733b36e commit ed3f3e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.6.6 2015-XX-XX
1+
1.6.6 2015-07-28
22

33
* Replaced usage of deprecated fileno, read, and lseek on Visual Studio 2005+
44
with their ISO C++ conformant replacements. (Fix by ClaudiuHKS. GitHub #55.)

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.5],[[email protected]],[GeoIP])
4+
AC_INIT([GeoIP], [1.6.6],[[email protected]],[GeoIP])
55
AC_CONFIG_AUX_DIR([.])
66
AC_CONFIG_SRCDIR([libGeoIP/GeoIP.c])
77
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)