summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2011-02-16 08:07:25 +0000
committerroot <root>2011-02-16 08:07:25 +0000
commit8d3dfc6c8f54e355abc6c0a272a054365fbdb2a5 (patch)
tree6c7d83526de958312886aa747e6179995e5c4175
parentfae7977aadb778bc87da9507d6f90f49522d30f5 (diff)
-rw-r--r--configure.ac2
-rw-r--r--ev.34
-rw-r--r--ev.h4
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
diff --git a/ev.3 b/ev.3
index 17fa59e..f2a4514 100644
--- a/ev.3
+++ b/ev.3
@@ -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"
diff --git a/ev.h b/ev.h
index 874fdfd..27c1778 100644
--- a/ev.h
+++ b/ev.h
@@ -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 {