From 32aeeb284aa9a2a9fc567ea1cad6e2f6f2776bef Mon Sep 17 00:00:00 2001
From: Leonid Evdokimov
Date: Tue, 19 Apr 2016 10:28:16 +0300
Subject: [PATCH] Specify required libevent version in README. Closes #85
libevent-2.0.x is required since 14ff78d.
---
README | 2 +-
README.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index f57d92e..8614f27 100644
--- a/README
+++ b/README
@@ -91,7 +91,7 @@ Packages
Compilation
===========
-libevent[5] is required.
+libevent-2.0.x[5] is required.
gcc and clang are supported right now, other compilers can be used
but may require some code changes.
diff --git a/README.html b/README.html
index 53292be..86adf86 100644
--- a/README.html
+++ b/README.html
@@ -109,7 +109,7 @@ proxying (e.g. old SQUID had broken `acl myport' for such connections).
Compilation
-libevent is required.
+libevent-2.0.x is required.
gcc is only supported compiler right now, other compilers can be used
but may require some code changes.