1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

tevent: raise version to 0.9.3

- aio events are removed
- tevent_req infrastructure was added

metze
This commit is contained in:
Stefan Metzmacher 2009-02-13 18:51:28 +01:00
parent 113651c517
commit 946573aaed

View File

@ -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)