From ac4d0d2480032a8664e251588e57d7b306ca630c Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 30 Sep 2022 14:50:26 -0700 Subject: [PATCH] Bumped version to 1.7.1 --- CMakeLists.txt | 2 +- configure.ac | 2 +- include/maxminddb.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 133736e8..6a989c79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.9) project(maxminddb LANGUAGES C - VERSION 1.7.0 + VERSION 1.7.1 ) set(MAXMINDDB_SOVERSION 0.0.7) set(CMAKE_C_STANDARD 99) diff --git a/configure.ac b/configure.ac index 60f82df3..b1ed796e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([libmaxminddb], [1.7.0], [support@maxmind.com]) +AC_INIT([libmaxminddb], [1.7.1], [support@maxmind.com]) AC_CONFIG_SRCDIR([include/maxminddb.h]) AC_CONFIG_HEADERS([config.h include/maxminddb_config.h]) diff --git a/include/maxminddb.h b/include/maxminddb.h index d3c45fa4..4002ec66 100644 --- a/include/maxminddb.h +++ b/include/maxminddb.h @@ -28,7 +28,7 @@ extern "C" { #include #include /* libmaxminddb package version from configure */ -#define PACKAGE_VERSION "1.7.0" +#define PACKAGE_VERSION "1.7.1" typedef ADDRESS_FAMILY sa_family_t;