Skip to content

Commit

Permalink
Prepare for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Mar 16, 2015
1 parent 104b6e8 commit 74d54c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 1.0.0 - 2014-01-02
## 1.0.1 - 2015-03-16

* The module is now compiled with the `-std=c99 -fms-extensions` flags. This
fixes compilation errors on older version of `gcc`.

## 1.0.0 - 2015-01-02

* First non-beta release.
* Updated documentation for completeness and correctness.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([mod_maxminddb], [1.0.0], [support@maxmind.com])
AC_INIT([mod_maxminddb], [1.0.1], [support@maxmind.com])
AC_ARG_WITH(apxs, AC_HELP_STRING([--with-apxs=NAME],
[name of your apxs executable [[apxs]]]),
[APXS="$with_apxs"])
Expand Down

0 comments on commit 74d54c9

Please sign in to comment.