Skip to content

Commit 0fd8898

Browse files
authored
Merge pull request #355 from maxmind/greg/1.11.0
Release 1.11.0
2 parents ee4449b + 24df335 commit 0fd8898

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
/config.*
1919
/configure
2020
/depcomp
21+
/generated
2122
/include/maxminddb_config.h
2223
/install-sh
2324
/libmaxminddb-*

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.9)
22

33
project(maxminddb
44
LANGUAGES C
5-
VERSION 1.10.0
5+
VERSION 1.11.0
66
)
77
set(MAXMINDDB_SOVERSION 0.0.7)
88
set(CMAKE_C_STANDARD 99)

Changes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## 1.11.0
1+
## 1.11.0 - 2024-08-21
22

3-
* When building with CMake, the man pages will now be generated and installed.
4-
Requested by Thomas Klausner. GitHub #351.
3+
* When building with CMake, the man pages will now be generated and
4+
installed. Requested by Thomas Klausner. GitHub #351.
5+
* Removed unnecessary `$<INSTALL_INTERFACE:generated>` directory from
6+
`target_include_directories` in the CMake build configuration. This is
7+
a private build directory. Pull request by Ankur Verma. GitHub #354.
58

69
## 1.10.0 - 2024-06-10
710

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([libmaxminddb], [1.10.0], [[email protected]])
5+
AC_INIT([libmaxminddb], [1.11.0], [[email protected]])
66
AC_CONFIG_SRCDIR([include/maxminddb.h])
77
AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])
88

0 commit comments

Comments
 (0)