diff options
author | Werner Koch <[email protected]> | 2003-11-19 08:32:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-11-19 08:32:13 +0000 |
commit | 1317b5cb830617384927747b81e3b7d6f2cc5d0c (patch) | |
tree | f1bb1d08cb6cb957159930fa5823112ccd528eea | |
parent | Removed @acronym{} from nodenames. (diff) | |
download | gpgme-1317b5cb830617384927747b81e3b7d6f2cc5d0c.tar.gz gpgme-1317b5cb830617384927747b81e3b7d6f2cc5d0c.zip |
Autofixed version number.
-rw-r--r-- | branches/gpgme-0-3-branch/gpgme/gpgme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/gpgme-0-3-branch/gpgme/gpgme.h b/branches/gpgme-0-3-branch/gpgme/gpgme.h index 053a0a1c..194c3a6b 100644 --- a/branches/gpgme-0-3-branch/gpgme/gpgme.h +++ b/branches/gpgme-0-3-branch/gpgme/gpgme.h @@ -44,7 +44,7 @@ extern "C" { AM_PATH_GPGME macro) check that this header matches the installed library. Warning: Do not edit the next line. configure will do that for you! */ -#define GPGME_VERSION "0.3.16-cvs" +#define GPGME_VERSION "0.3.16" /* The opaque data types used by GPGME. */ |