diff options
| author | Werner Koch <[email protected]> | 2001-01-18 09:11:49 +0000 | 
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-01-18 09:11:49 +0000 | 
| commit | 38b1b13114c715f87cf9b165828279189087a2fd (patch) | |
| tree | f477f8e2806bf614588f053956007446ac18bbc9 /configure.in | |
| parent | Release 0.1.4 (diff) | |
| download | gpgme-38b1b13114c715f87cf9b165828279189087a2fd.tar.gz gpgme-38b1b13114c715f87cf9b165828279189087a2fd.zip  | |
Does now compile under MingW32/CPD 0.3
Diffstat (limited to '')
| -rw-r--r-- | configure.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 839ca82d..79239a7a 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ AM_MAINTAINER_MODE  #    AGE, set REVISION to 0.  # 3. Interfaces removed (BAD, breaks upward compatibility): Increment  #    CURRENT, set AGE and REVISION to 0. -AM_INIT_AUTOMAKE(gpgme,0.1.4) +AM_INIT_AUTOMAKE(gpgme,0.1.4a)  LIBGPGME_LT_CURRENT=2  LIBGPGME_LT_AGE=2  LIBGPGME_LT_REVISION=0  | 
