diff --git a/CMakeLists.txt b/CMakeLists.txt index 199b2df4..133736e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.9) project(maxminddb LANGUAGES C - VERSION 1.6.0 + VERSION 1.7.0 ) set(MAXMINDDB_SOVERSION 0.0.7) set(CMAKE_C_STANDARD 99) diff --git a/Changes.md b/Changes.md index 687f5216..bdd89fd0 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 1.7.0 +## 1.7.0 - 2022-09-28 * `FD_CLOEXEC` is now set on platforms that do not support `O_CLOEXEC`. Reported by rittneje. GitHub #273. diff --git a/NOTICE b/NOTICE index 7fe2706b..7a695dee 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright 2013-2021 MaxMind, Inc. +Copyright 2013-2022 MaxMind, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index a330ace7..2a4df66a 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Use `make safedist` to check the resulting tarball. # Copyright and License -Copyright 2013-2021 MaxMind, Inc. +Copyright 2013-2022 MaxMind, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/configure.ac b/configure.ac index 46935584..60f82df3 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.6.0], [support@maxmind.com]) +AC_INIT([libmaxminddb], [1.7.0], [support@maxmind.com]) AC_CONFIG_SRCDIR([include/maxminddb.h]) AC_CONFIG_HEADERS([config.h include/maxminddb_config.h]) diff --git a/doc/libmaxminddb.md b/doc/libmaxminddb.md index 88f5dfa5..431d8054 100644 --- a/doc/libmaxminddb.md +++ b/doc/libmaxminddb.md @@ -878,7 +878,7 @@ Rolsky (drolsky@maxmind.com). # COPYRIGHT AND LICENSE -Copyright 2013-2021 MaxMind, Inc. +Copyright 2013-2022 MaxMind, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/doc/mmdblookup.md b/doc/mmdblookup.md index 30bcc23a..6278d11a 100644 --- a/doc/mmdblookup.md +++ b/doc/mmdblookup.md @@ -84,7 +84,7 @@ Rolsky (drolsky@maxmind.com). # COPYRIGHT AND LICENSE -Copyright 2013-2021 MaxMind, Inc. +Copyright 2013-2022 MaxMind, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/include/maxminddb.h b/include/maxminddb.h index d70f11b5..d3c45fa4 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.6.0" +#define PACKAGE_VERSION "1.7.0" typedef ADDRESS_FAMILY sa_family_t;