We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d503b1d commit c796899Copy full SHA for c796899
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.9)
2
3
project(maxminddb
4
LANGUAGES C
5
- VERSION 1.8.0
+ VERSION 1.9.0
6
)
7
set(MAXMINDDB_SOVERSION 0.0.7)
8
set(CMAKE_C_STANDARD 99)
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT([libmaxminddb], [1.8.0], [support@maxmind.com])
+AC_INIT([libmaxminddb], [1.9.0], [support@maxmind.com])
AC_CONFIG_SRCDIR([include/maxminddb.h])
AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])
0 commit comments