diff options
author | root <root> | 2008-04-02 15:11:42 +0000 |
---|---|---|
committer | root <root> | 2008-04-02 15:11:42 +0000 |
commit | 802fb0554a33408e66ae42ac7dc1bf16c3b54bf0 (patch) | |
tree | 746600e7fd11e56adf1df5ac278e9e9c4003b72d | |
parent | 9674435454b9c0488807c1d672b44a3e6103a21e (diff) |
*** empty log message ***rel-3_2
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Revision history for libev, a high-performance and full-featured event loop. -3.2 +3.2 Wed Apr 2 17:11:19 CEST 2008 - fix a 64 bit overflow issue in the select backend, by using fd_mask instead of int for the mask. - rename internal sighandler to avoid clash with very old perls. diff --git a/configure.ac b/configure.ac index 38f6916..ecb1a27 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT AC_CONFIG_SRCDIR([ev_epoll.c]) -AM_INIT_AUTOMAKE(libev,3.1) +AM_INIT_AUTOMAKE(libev,3.2) AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE |