Skip to content

Commit ef7c94e

Browse files
committed
Prepare for 1.0.1
1 parent b6a2b4e commit ef7c94e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 1.0.0 - 2014-09-02
26

37
* Bumped version to 1.0.0. No code changes.

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.0.0], [support@maxmind.com])
5+
AC_INIT([libmaxminddb], [1.0.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)