* configure.ac: Bump up LIBGPGME_LT_REVISION.

* configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
This commit is contained in:
Werner Koch 2002-09-20 11:48:27 +00:00
parent f52d17f48f
commit c4aa7bae1a
3 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2002-09-20 Werner Koch <wk@gnupg.org>
Released 0.3.11.
* configure.ac: Bump up LIBGPGME_LT_REVISION.
* configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
2002-09-04 Marcus Brinkmann <marcus@g10code.de>

5
NEWS
View File

@ -1,3 +1,8 @@
Noteworthy changes in version 0.3.11 (2002-09-20)
-------------------------------------------------
* Bug fixes.
Noteworthy changes in version 0.3.10 (2002-09-02)
-------------------------------------------------

View File

@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.11, [bug-gpgme@gnupg.org])
#
LIBGPGME_LT_CURRENT=9
LIBGPGME_LT_AGE=3
LIBGPGME_LT_REVISION=1
LIBGPGME_LT_REVISION=2
NEED_GPG_VERSION=1.0.7
NEED_GPGSM_VERSION=0.3.8
##############################################