diff options
| author | Werner Koch <[email protected]> | 2001-10-15 12:19:14 +0000 | 
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-10-15 12:19:14 +0000 | 
| commit | 9e7db481a6446a64c115d8e938887a1ff0262c42 (patch) | |
| tree | c24bbe8b3763360268c2607908412400c573ab40 /configure.in | |
| parent | oops - have to thank someone else (diff) | |
| download | gpgme-9e7db481a6446a64c115d8e938887a1ff0262c42.tar.gz gpgme-9e7db481a6446a64c115d8e938887a1ff0262c42.zip | |
New API to switch to S/MIME.  There is no code yet behind it.
Diffstat (limited to '')
| -rw-r--r-- | configure.in | 11 | 
1 files changed, 4 insertions, 7 deletions
| diff --git a/configure.in b/configure.in index 65c02a65..8e830334 100644 --- a/configure.in +++ b/configure.in @@ -24,15 +24,12 @@ AC_REVISION($Revision$)dnl  AC_INIT(gpgme/gpgme.h)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE -#############################################  # Version numbers (Remember to change them just before a release) -# 1. No interfaces changed, only implementations (good): Increment REVISION. -# 2. Interfaces added, none removed (good): Increment CURRENT, increment -#    AGE, set REVISION to 0. -# 3. Interfaces removed (BAD, breaks upward compatibility): Increment -#    CURRENT, set AGE and REVISION to 0. +#   (Interfaces removed:    CURRENT++, AGE=0, REVISION=0) +#   (Interfaces added:      CURRENT++, AGE++, REVISION=0) +#   (No interfaces changed:                   REVISION++)  AM_INIT_AUTOMAKE(gpgme,0.2.3a) -#  +# XXXX new functions  LIBGPGME_LT_CURRENT=4  LIBGPGME_LT_AGE=4  LIBGPGME_LT_REVISION=0 | 
