diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-21 18:57:49 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-21 19:43:04 +0100 |
commit | e8790b93f299a52317823f361bda435b44476310 (patch) | |
tree | 83827f2f888eeb5bc6f3cf0704b4af61aa2c86de /lib/tevent | |
parent | c754fad5712cc7c1912f27eb5595c12cf65e55c6 (diff) | |
download | samba-e8790b93f299a52317823f361bda435b44476310.tar.gz samba-e8790b93f299a52317823f361bda435b44476310.tar.bz2 samba-e8790b93f299a52317823f361bda435b44476310.zip |
tevent: Bump version number after symbol versioning changes.
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 58ef87e1ab..6074a3e863 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'tevent' -VERSION = '0.9.9' +VERSION = '0.9.10' blddir = 'bin' |