-rw-r--r-- | NEWS.xml | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version version="0.3.2" date=""> | ||
4 | <ni>code cleanup for stricter compiler</ni> | ||
5 | </version> | ||
3 | <version version="0.3.1" date="November 20th, 2007"> | 6 | <version version="0.3.1" date="November 20th, 2007"> |
4 | <ni>more robustness improvements in links discovery</ni> | 7 | <ni>more robustness improvements in links discovery</ni> |
5 | <ni>removed dependency on pcre c++ bindings, because there are few of them and | 8 | <ni>removed dependency on pcre c++ bindings, because there are few of them and |
diff --git a/configure.ac b/configure.ac index 1ea8de9..626b263 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | AC_INIT([libopkele], [0.3.1], [libopkele-bugs@klever.net]) | 1 | AC_INIT([libopkele], [0.3.2], [libopkele-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) | 2 | AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) |
3 | AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) | 3 | AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) |
4 | AM_INIT_AUTOMAKE([dist-bzip2]) | 4 | AM_INIT_AUTOMAKE([dist-bzip2]) |