From 13d7bb7754ee61c3d0fd687cecbfcdf9c12a37ff Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Fri, 26 Sep 2014 01:13:11 +0000 Subject: [PATCH] 4.19 --- Changes | 1 + configure.ac | 2 +- ev.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 8ff3954..3df761b 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/configure.ac b/configure.ac index a35d1c1..7e2d5e3 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/ev.h b/ev.h index 0600586..a831bc7 100644 --- a/ev.h +++ b/ev.h @@ -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 {