master rel-4.19
Marc Alexander Lehmann 2014-09-26 01:13:11 +00:00
parent cae6cecf28
commit 13d7bb7754
3 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@ TODO: document portability requirements for atomic pointer access
TODO: possible cb aliasing?
TODO: document requirements for function pointers and calling conventions.
4.19 Thu Sep 25 08:18:25 CEST 2014
- ev.h wasn't valid C++ anymore, which tripped compilers other than
clang, msvc or gcc (analyzed by Raphael 'kena' Poss). Unfortunately,
C++ doesn't support typedefs for function pointers fully, so the affected

View File

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

2
ev.h
View File

@ -205,7 +205,7 @@ struct ev_loop;
/*****************************************************************************/
#define EV_VERSION_MAJOR 4
#define EV_VERSION_MINOR 18
#define EV_VERSION_MINOR 19
/* eventmask, revents, events... */
enum {