Skip to content

Commit e43d69f

Browse files
authored
Merge pull request #423 from maxmind/greg/eng-4343
Release 1.13.3
2 parents 3c15105 + 09a0540 commit e43d69f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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...3.30)
22

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

Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.13.3 - 2026-XX-XX
1+
## 1.13.3 - 2026-03-05
22

33
- Fixed validation of empty maps and arrays at the end of the metadata section.
44
`MMDB_open` would incorrectly reject databases where a 0-element map or array

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.13.2], [support@maxmind.com])
5+
AC_INIT([libmaxminddb], [1.13.3], [support@maxmind.com])
66
AC_CONFIG_SRCDIR([include/maxminddb.h])
77
AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])
88

t/maxmind-db

0 commit comments

Comments
 (0)