master rel-4.24
Marc Alexander Lehmann 2016-12-28 04:22:06 +00:00
parent 0c287e5521
commit f4ac2693df
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
Revision history for libev, a high-performance and full-featured event loop.
4.24 Wed Dec 28 05:19:55 CET 2016
- bump version to 4.24, as the release tarball inexplicably
didn't have the right version in ev.h, even though the cvs-tagged
version did have the right one (reported by Ales Teska).
4.23 Wed Nov 16 18:23:41 CET 2016
- move some declarations at the beginning to help certain retarded
microsoft compilers, even though their documentation claims

View File

@ -5,7 +5,7 @@ orig_CFLAGS="$CFLAGS"
AC_CONFIG_SRCDIR([ev_epoll.c])
dnl also update ev.h!
AM_INIT_AUTOMAKE(libev,4.22)
AM_INIT_AUTOMAKE(libev,4.24)
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE

2
ev.h
View File

@ -211,7 +211,7 @@ struct ev_loop;
/*****************************************************************************/
#define EV_VERSION_MAJOR 4
#define EV_VERSION_MINOR 23
#define EV_VERSION_MINOR 24
/* eventmask, revents, events... */
enum {