We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005afbd commit a7bb9f4Copy full SHA for a7bb9f4
Changes.md
@@ -1,3 +1,8 @@
1
+## 1.0.0 - 2014-09-02
2
+
3
+* Bumped version to 1.0.0. No code changes.
4
5
6
## 0.5.6 - 2014-07-21
7
8
* There was a leak in the `MMDB_open()` sub when it was called against a file
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT([libmaxminddb], [0.5.6], [support@maxmind.com])
+AC_INIT([libmaxminddb], [1.0.0], [support@maxmind.com])
AC_CONFIG_SRCDIR([include/maxminddb.h])
AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])
0 commit comments