mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
s4-tevent: up tevent version number
tevent now has tevent_re_initialise() which is needed for the s4 build
This commit is contained in:
parent
0ca484f457
commit
ab73692bd3
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(tevent, 0.9.8)
|
||||
AC_INIT(tevent, 0.9.9)
|
||||
AC_CONFIG_SRCDIR([tevent.c])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
APPNAME = 'tevent'
|
||||
VERSION = '0.9.8'
|
||||
VERSION = '0.9.9'
|
||||
|
||||
blddir = 'bin'
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Minimum and exact required versions for various libraries
|
||||
# if we use the ones installed in the system.
|
||||
define(TDB_MIN_VERSION,1.2.1)
|
||||
define(TALLOC_MIN_VERSION,2.0.1)
|
||||
define(TALLOC_MIN_VERSION,2.0.2)
|
||||
define(LDB_REQUIRED_VERSION,0.9.10)
|
||||
define(TEVENT_REQUIRED_VERSION,0.9.8)
|
||||
define(TEVENT_REQUIRED_VERSION,0.9.9)
|
||||
|
Loading…
x
Reference in New Issue
Block a user