Skip to content

Commit

Permalink
Bumped version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 1, 2019
1 parent 6009c06 commit 2a6dbc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([libmaxminddb], [1.4.0], [support@maxmind.com])
AC_INIT([libmaxminddb], [1.4.1], [support@maxmind.com])
AC_CONFIG_SRCDIR([include/maxminddb.h])
AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])

Expand Down
2 changes: 1 addition & 1 deletion include/maxminddb.h
Expand Up @@ -28,7 +28,7 @@ extern "C" {
#include <winsock2.h>
#include <ws2tcpip.h>
/* libmaxminddb package version from configure */
#define PACKAGE_VERSION "1.4.0"
#define PACKAGE_VERSION "1.4.1"

typedef ADDRESS_FAMILY sa_family_t;

Expand Down

0 comments on commit 2a6dbc3

Please sign in to comment.