summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-13 18:51:28 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-13 18:55:21 +0100
commit946573aaed89c7f2900e2d5b49ccc6b9389a5e89 (patch)
treecf471bb8f96c6e781bdd2a6018cfc588e1e46559 /lib/tevent
parent113651c517209c5424303331238a2f6913094775 (diff)
downloadsamba-946573aaed89c7f2900e2d5b49ccc6b9389a5e89.tar.gz
samba-946573aaed89c7f2900e2d5b49ccc6b9389a5e89.tar.bz2
samba-946573aaed89c7f2900e2d5b49ccc6b9389a5e89.zip
tevent: raise version to 0.9.3
- aio events are removed - tevent_req infrastructure was added metze
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/configure.ac b/lib/tevent/configure.ac
index 3cc06a144a..4333461110 100644
--- a/lib/tevent/configure.ac
+++ b/lib/tevent/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
-AC_INIT(tevent, 0.9.2)
+AC_INIT(tevent, 0.9.3)
AC_CONFIG_SRCDIR([tevent.c])
AC_CONFIG_HEADER(config.h)