Skip to content

Commit 74d54c9

Browse files
committed
Prepare for 1.0.1
1 parent 104b6e8 commit 74d54c9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Changes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## 1.0.0 - 2014-01-02
1+
## 1.0.1 - 2015-03-16
2+
3+
* The module is now compiled with the `-std=c99 -fms-extensions` flags. This
4+
fixes compilation errors on older version of `gcc`.
5+
6+
## 1.0.0 - 2015-01-02
27

38
* First non-beta release.
49
* Updated documentation for completeness and correctness.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([mod_maxminddb], [1.0.0], [[email protected]])
1+
AC_INIT([mod_maxminddb], [1.0.1], [[email protected]])
22
AC_ARG_WITH(apxs, AC_HELP_STRING([--with-apxs=NAME],
33
[name of your apxs executable [[apxs]]]),
44
[APXS="$with_apxs"])

0 commit comments

Comments
 (0)