diff options
| -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 | 
