diff options
Diffstat (limited to 'import_libevent')
-rwxr-xr-x | import_libevent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_libevent b/import_libevent index 77919b0..80d6bc1 100755 --- a/import_libevent +++ b/import_libevent @@ -1,6 +1,6 @@ #!/bin/sh -LE=../libevent-1.4.2-rc +LE=../libevent-1.4.3-stable if ! [ -e evbuffer.c ]; then echo do not run this programm unless you know what you are doing |