master rel-4.20
Marc Alexander Lehmann 2015-06-20 11:05:27 +00:00
parent e68a71e097
commit f15952191f
3 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ TODO: embed watchers need updating when fd changes
TODO: document portability requirements for atomic pointer access
TODO: document requirements for function pointers and calling conventions.
4.20 Sat Jun 20 13:01:43 CEST 2015
- prefer noexcept over throw () with C++ 11.
- update ecb.h due to incompatibilities with c11.
- fix a potential aliasing issue when reading and writing

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.19)
AM_INIT_AUTOMAKE(libev,4.20)
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 19
#define EV_VERSION_MINOR 20
/* eventmask, revents, events... */
enum {