Skip to content

Commit a7bb9f4

Browse files
committed
Prepare for 1.0.0
1 parent 005afbd commit a7bb9f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.0 - 2014-09-02
2+
3+
* Bumped version to 1.0.0. No code changes.
4+
5+
16
## 0.5.6 - 2014-07-21
27

38
* There was a leak in the `MMDB_open()` sub when it was called against a file

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