We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b424c0 commit 7fc17c3Copy full SHA for 7fc17c3
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.63])
5
-AC_INIT([libmaxminddb], [1.1.0], [support@maxmind.com])
+AC_INIT([libmaxminddb], [1.1.1], [support@maxmind.com])
6
AC_CONFIG_SRCDIR([include/maxminddb.h])
7
AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])
8
include/maxminddb.h
@@ -20,7 +20,7 @@ extern "C" {
20
#include <winsock2.h>
21
#include <ws2tcpip.h>
22
/* libmaxminddb package version from configure */
23
-#define PACKAGE_VERSION "1.1.0"
+#define PACKAGE_VERSION "1.1.1"
24
25
typedef ADDRESS_FAMILY sa_family_t;
26
0 commit comments