Skip to content

Commit 9065d32

Browse files
committed
Merge tag '1.13.1' into ubuntu-ppa
2 parents 20c0136 + de43d4f commit 9065d32

4 files changed

Lines changed: 7 additions & 3 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.0
5+
VERSION 1.13.1
66
)
77
set(MAXMINDDB_SOVERSION 0.0.7)
88
set(CMAKE_C_STANDARD 99)

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.13.1 - 2026-02-24
2+
3+
- Re-release for Ubuntu PPA. No code changes.
4+
15
## 1.13.0 - 2026-02-24
26

37
- `MMDB_get_entry_data_list()` now validates that the claimed array/map size is

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

0 commit comments

Comments
 (0)