From d9a1a7f66918f7a8d518cfd1c120b9f73f489fc1 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 18 Feb 2021 09:04:32 -0800 Subject: [PATCH] Bumped version to 1.5.2 --- 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 ad42f072..df070581 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.9) project(maxminddb LANGUAGES C - VERSION 1.5.0 + VERSION 1.5.2 ) set(MAXMINDDB_SOVERSION 0.0.7) diff --git a/configure.ac b/configure.ac index 916fdf26..67724715 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.5.0], [support@maxmind.com]) +AC_INIT([libmaxminddb], [1.5.2], [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 921c4d7b..0e4c096d 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.5.0" +#define PACKAGE_VERSION "1.5.2" typedef ADDRESS_FAMILY sa_family_t;