diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | ev.3 | 4 | ||||
-rw-r--r-- | ev.h | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 5a8ea28..03a784f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT AC_CONFIG_SRCDIR([ev_epoll.c]) -AM_INIT_AUTOMAKE(libev,4.03) dnl also update ev.h! +AM_INIT_AUTOMAKE(libev,4.04) dnl also update ev.h! AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "LIBEV 3" -.TH LIBEV 3 "2011-01-31" "libev-4.04" "libev - high performance full featured event loop" +.TH LIBEV 3 "2011-02-16" "libev-4.04" "libev - high performance full featured event loop" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -5299,7 +5299,7 @@ The physical time that is observed. It is apparently strictly monotonic :) .IP "wall-clock time" 4 .IX Item "wall-clock time" The time and date as shown on clocks. Unlike real time, it can actually -be wrong and jump forwards and backwards, e.g. when the you adjust your +be wrong and jump forwards and backwards, e.g. when you adjust your clock. .IP "watcher" 4 .IX Item "watcher" @@ -185,7 +185,7 @@ struct ev_loop; # define EV_INLINE static #endif -/* EV_PROTOTYPES can be sued to switch of prototype declarations */ +/* EV_PROTOTYPES can be used to switch of prototype declarations */ #ifndef EV_PROTOTYPES # define EV_PROTOTYPES 1 #endif @@ -193,7 +193,7 @@ struct ev_loop; /*****************************************************************************/ #define EV_VERSION_MAJOR 4 -#define EV_VERSION_MINOR 3 +#define EV_VERSION_MINOR 4 /* eventmask, revents, events... */ enum { |