Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 5af90c4

Browse files
author
Narsimham Chelluri
committed
Bump version to 3.1.1
1 parent 824ef03 commit 5af90c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
GeoIP Update Change Log
22
=======================
33

4+
3.1.1 (2018-09-10)
5+
------------------
6+
7+
* This version now allows parsing of license keys longer than 12
8+
characters.
9+
410
3.1.0 (2018-08-16)
511
------------------
612

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl AM_CONFIG_HEADER(config.h)
22

3-
AC_INIT([geoipupdate], [3.1.0],[[email protected]],[geoipupdate])
3+
AC_INIT([geoipupdate], [3.1.1],[[email protected]],[geoipupdate])
44
AC_GNU_SOURCE
55
AM_INIT_AUTOMAKE([foreign])
66
AC_CONFIG_SRCDIR([bin/geoipupdate.c])

0 commit comments

Comments
 (0)