We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a2b4e commit ef7c94eCopy full SHA for ef7c94e
Changes.md
@@ -1,3 +1,7 @@
1
+## 1.0.1 - 2014-09-03
2
+
3
+* Added missing LICENSE and NOTICE files to distribution. No code changes.
4
5
## 1.0.0 - 2014-09-02
6
7
* Bumped version to 1.0.0. No code changes.
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT([libmaxminddb], [1.0.0], [support@maxmind.com])
+AC_INIT([libmaxminddb], [1.0.1], [support@maxmind.com])
AC_CONFIG_SRCDIR([include/maxminddb.h])
AC_CONFIG_HEADERS([config.h include/maxminddb_config.h])
8
0 commit comments