From ed3f3e2b87fba05a8f2a5b9b1328e7d55be8bf30 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 28 Jul 2015 12:52:29 -0700 Subject: [PATCH] 1.6.6 --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d0a98df..afea830 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -1.6.6 2015-XX-XX +1.6.6 2015-07-28 * Replaced usage of deprecated fileno, read, and lseek on Visual Studio 2005+ with their ISO C++ conformant replacements. (Fix by ClaudiuHKS. GitHub #55.) diff --git a/configure.ac b/configure.ac index f073dc2..debd127 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl AM_CONFIG_HEADER(config.h) AC_PREREQ([2.65]) -AC_INIT([GeoIP], [1.6.5],[support@maxmind.com],[GeoIP]) +AC_INIT([GeoIP], [1.6.6],[support@maxmind.com],[GeoIP]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([libGeoIP/GeoIP.c]) AC_CONFIG_MACRO_DIR([m4])